From 57d07a295aec5fa8a9deeeaf028ffcf33d7bdbd2 Mon Sep 17 00:00:00 2001 From: krasimir Date: Mon, 14 Dec 2009 14:32:55 +0000 Subject: [PATCH] use forward slash instead of back slash in GF.cabal --- GF.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GF.cabal b/GF.cabal index d4c3b242c..b668d6033 100644 --- a/GF.cabal +++ b/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: