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

library
  exposed-modules:     Q
  reexported-modules:  P
  build-depends:       base, p