Fix cabal file
This commit is contained in:
parent
9a4fd00710
commit
010756e190
@ -12,14 +12,15 @@ build-type: Simple
|
|||||||
cabal-version: >=1.14
|
cabal-version: >=1.14
|
||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
cbits/dirutils.h
|
|
||||||
doctests.hs
|
|
||||||
benchmarks/*.hs
|
benchmarks/*.hs
|
||||||
|
cbits/dirutils.h
|
||||||
|
doctests-hpath.hs
|
||||||
|
doctests-posix.hs
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs: src/
|
hs-source-dirs: src/
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall -O2
|
ghc-options: -Wall
|
||||||
c-sources: cbits/dirutils.c
|
c-sources: cbits/dirutils.c
|
||||||
exposed-modules: HPath,
|
exposed-modules: HPath,
|
||||||
HPath.IO,
|
HPath.IO,
|
||||||
|
Loading…
Reference in New Issue
Block a user