Add makeRelativeToCurrentDirectory
[haskell-directory.git] / directory.cabal
1 name:           directory
2 version:        1.0
3 license:        BSD3
4 license-file:   LICENSE
5 maintainer:     libraries@haskell.org
6 synopsis:       library for directory handling
7 description:
8         This package provides a library for handling directories.
9 exposed-modules:
10         System.Directory
11         System.Directory.Internals
12 c-sources:
13         cbits/directory.c
14 include-dirs: include
15 includes:       HsDirectory.h
16 install-includes:       HsDirectory.h HsDirectoryConfig.h
17 extensions:     CPP, ForeignFunctionInterface
18 build-depends: base, old-time, filepath
19