mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -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,
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user