Change the representation of the package database
[ghc-hetmet.git] / libraries / bin-package-db / bin-package-db.cabal
1 name:           bin-package-db
2 version:        0.0.0.0
3 license:        BSD3
4 maintainer:     cvs-ghc@haskell.org
5 bug-reports:    glasgow-haskell-bugs@haskell.org
6 synopsis:       A binary format for the package database
7 cabal-version:  >=1.6
8 build-type: Simple
9
10 source-repository head
11     type:     darcs
12     location: http://darcs.haskell.org/ghc
13
14 Library {
15     exposed-modules:
16             Distribution.InstalledPackageInfo.Binary
17
18     build-depends: base == 4.*,
19                    binary == 0.5.*,
20                    Cabal == 1.7.*
21 }