Use hs-source-dir. Works with 6.4. Suggested by Lemmih.

This commit is contained in:
Don Stewart 2005-09-05 01:50:52 +00:00
parent 29ceaa76f6
commit 5ee8fb5486
2 changed files with 2 additions and 2 deletions

View File

@ -35,4 +35,4 @@ includes: Linker.h
extensions: CPP, ForeignFunctionInterface
Build-Depends: base, Cabal, haskell-src
ghc-options: -Wall -O -fvia-C -funbox-strict-fields -fno-warn-missing-signatures
Hs-source-dirs: src
hs-source-dir: src

View File

@ -35,4 +35,4 @@ includes: Linker.h
extensions: CPP, ForeignFunctionInterface
Build-Depends: base, Cabal, haskell-src-exts
ghc-options: -Wall -O -fvia-C -funbox-strict-fields -fno-warn-missing-signatures
Hs-source-dirs: src
hs-source-dir: src