mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
use forward slash instead of back slash in GF.cabal
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\compiler src\runtime\haskell
|
hs-source-dirs: src/compiler src/runtime/haskell
|
||||||
extensions:
|
extensions:
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
PGF
|
PGF
|
||||||
@@ -86,7 +86,7 @@ executable gf
|
|||||||
else
|
else
|
||||||
build-depends: unix
|
build-depends: unix
|
||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
hs-source-dirs: src\compiler src\runtime\haskell
|
hs-source-dirs: src/compiler src/runtime/haskell
|
||||||
extensions:
|
extensions:
|
||||||
main-is: GF.hs
|
main-is: GF.hs
|
||||||
other-modules:
|
other-modules:
|
||||||
|
|||||||
Reference in New Issue
Block a user