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:
3
src/programs/gf-main.hs
Normal file
3
src/programs/gf-main.hs
Normal file
@@ -0,0 +1,3 @@
|
||||
import qualified GF
|
||||
|
||||
main = GF.main
|
||||
Reference in New Issue
Block a user