cc032005e97ac6d0bc30c4ae8d7c7aeabb11da04
[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 >= 3 && < 5,
19                    binary == 0.5.*,
20                    Cabal == 1.8.*
21 }