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:
2
gf.cabal
2
gf.cabal
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user