blob: e6fa4c6660f9add0be04ae3c6c687c7c3835860d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
name: bkpcabal04
version: 0.1.0.0
license: BSD3
author: Edward Z. Yang
maintainer: ezyang@cs.stanford.edu
build-type: Simple
cabal-version: >=1.25
library p
signatures: A
build-depends: base
hs-source-dirs: p
library q
signatures: A.B
build-depends: base, p
hs-source-dirs: q
|