mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
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