summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/sigcabal02/p/p.cabal
blob: bb3b2a4463e0e649977fb2f2b156f05f3ce28623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name:                p
version:             1.0
license-file:        LICENSE
author:              Edward Z. Yang
maintainer:          ezyang@cs.stanford.edu
build-type:          Simple
cabal-version:       >=1.20

library
  exposed-modules:     P
  exposed-signatures:  Map
  required-signatures: Set
  build-depends:       base
  default-language:    Haskell2010