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

library
  exposed-modules:     P
  build-depends:       base
  default-language:    Haskell2010