summaryrefslogtreecommitdiff
path: root/libraries/bin-package-db/bin-package-db.cabal
blob: abeb9e504f91c9d7bf3956c1c1486210ef7e7bc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name:           bin-package-db
version:        0.0.0.0
license:        BSD3
maintainer:     cvs-ghc@haskell.org
bug-reports:    glasgow-haskell-bugs@haskell.org
synopsis:       A binary format for the package database
cabal-version:  >=1.6
build-type: Simple

source-repository head
    type:     darcs
    location: http://darcs.haskell.org/ghc

Library {
    exposed-modules:
            Distribution.InstalledPackageInfo.Binary

    build-depends: base == 4.*,
                   binary == 0.5.*,
                   Cabal == 1.7.*
}