1
0
forked from GitHub/gf-core

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 ede4a5a4c2
commit cd0f887ad9
2 changed files with 1 additions and 1 deletions

View File

@@ -294,7 +294,7 @@ Library
Executable gf
hs-source-dirs: src/programs
main-is: gf.hs
main-is: gf-main.hs
default-language: Haskell2010
build-depends: gf, base
ghc-options: -threaded -fwarn-unused-imports