From d16fb3262cbe6505d81282f36ddad951a1f0c875 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 11 Feb 2014 20:05:46 +1100 Subject: Fixed import references to Parser modules --- Fractran/Example.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Fractran/Example.hs') diff --git a/Fractran/Example.hs b/Fractran/Example.hs index 9a578fb..43d8cc8 100644 --- a/Fractran/Example.hs +++ b/Fractran/Example.hs @@ -6,7 +6,7 @@ module Fractran.Example ( prime10) where -import Parser +import Fractran.Parser -- cgit