Specify build-type: Configure
[haskell-directory.git] / directory.cabal
index eb3cfcb..78acdfe 100644 (file)
@@ -6,14 +6,16 @@ maintainer:   libraries@haskell.org
 synopsis:      library for directory handling
 description:
        This package provides a library for handling directories.
+build-type: Configure
 exposed-modules:
        System.Directory
-       System.Directory.Internals
 c-sources:
        cbits/directory.c
 include-dirs: include
 includes:      HsDirectory.h
 install-includes:      HsDirectory.h HsDirectoryConfig.h
 extensions:    CPP, ForeignFunctionInterface
-build-depends: base, old-time
-
+build-depends: base, old-time, filepath
+extra-tmp-files:
+        config.log config.status autom4te.cache
+        include/HsDirectoryConfig.h