diff options
| -rw-r--r-- | GF.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ library bytestring, random ghc-options: -O2 - hs-source-dirs: src\compiler src\runtime\haskell + hs-source-dirs: src/compiler src/runtime/haskell extensions: exposed-modules: PGF @@ -86,7 +86,7 @@ executable gf else build-depends: unix ghc-options: -O2 - hs-source-dirs: src\compiler src\runtime\haskell + hs-source-dirs: src/compiler src/runtime/haskell extensions: main-is: GF.hs other-modules: |
