1
0
forked from GitHub/gf-core

reorganize the directories under src, and rescue the JavaScript interpreter from deprecated

This commit is contained in:
krasimir
2009-12-13 18:50:29 +00:00
parent d88a865faf
commit f85232947e
189 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ library
bytestring,
random
ghc-options: -O2
hs-source-dirs: src
hs-source-dirs: src\compiler src\runtime\haskell
extensions:
exposed-modules:
PGF
@@ -92,7 +92,7 @@ executable gf
else
build-depends: unix
ghc-options: -O2
hs-source-dirs: src
hs-source-dirs: src\compiler src\runtime\haskell
extensions:
main-is: GF.hs
other-modules:

Some files were not shown because too many files have changed in this diff Show More