blob: dd84f9ca4be875e345c9fdf1ae1dac67c0dd511b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
name: bin-package-db
version: 0.0.0.0
license: BSD3
maintainer: ghc-devs@haskell.org
bug-reports: glasgow-haskell-bugs@haskell.org
synopsis: A binary format for the package database
cabal-version: >=1.10
build-type: Simple
source-repository head
type: git
location: http://git.haskell.org/ghc.git
subdir: libraries/bin-package-db
Library
default-language: Haskell2010
other-extensions:
GeneralizedNewtypeDeriving
RecordWildCards
StandaloneDeriving
Trustworthy
TypeSynonymInstances
exposed-modules:
Distribution.InstalledPackageInfo.Binary
build-depends: base >= 4 && < 5,
binary >= 0.5 && < 0.8,
Cabal >= 1.20 && < 1.21
|