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.
This commit is contained in:
hallgren
2014-10-16 15:21:00 +00:00
parent 2e2e7acf12
commit 5a641ebe73
2 changed files with 1 additions and 1 deletions

3
src/programs/gf-main.hs Normal file
View File

@@ -0,0 +1,3 @@
import qualified GF
main = GF.main