forked from GitHub/gf-core
reorganize the directories under src, and rescue the JavaScript interpreter from deprecated
This commit is contained in:
4
GF.cabal
4
GF.cabal
@@ -29,7 +29,7 @@ library
|
|||||||
bytestring,
|
bytestring,
|
||||||
random
|
random
|
||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src\compiler src\runtime\haskell
|
||||||
extensions:
|
extensions:
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
PGF
|
PGF
|
||||||
@@ -92,7 +92,7 @@ executable gf
|
|||||||
else
|
else
|
||||||
build-depends: unix
|
build-depends: unix
|
||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src\compiler src\runtime\haskell
|
||||||
extensions:
|
extensions:
|
||||||
main-is: GF.hs
|
main-is: GF.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
|
|||||||
0
src/config.sub → deprecated/config.sub
vendored
0
src/config.sub → deprecated/config.sub
vendored
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user