From 5a641ebe730662c5c439521a1caddcc8a3125399 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 16 Oct 2014 15:21:00 +0000 Subject: Rename src/programs/gf.hs to gf-main.hs to avoid confusing GHC It appears that GHC can't keep GF.hs and gf.hs apart on systems with case insensitive file names. --- src/programs/gf-main.hs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/programs/gf-main.hs (limited to 'src/programs/gf-main.hs') diff --git a/src/programs/gf-main.hs b/src/programs/gf-main.hs new file mode 100644 index 000000000..1dae54bc7 --- /dev/null +++ b/src/programs/gf-main.hs @@ -0,0 +1,3 @@ +import qualified GF + +main = GF.main -- cgit v1.2.3