summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/cabal/bkpcabal07/bkpcabal07.cabal
blob: 4f66fc44a904319c9c2530cce5f92b8b1bbf9a2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name:                bkpcabal06
version:             0.1.0.0
license:             BSD3
author:              Edward Z. Yang
maintainer:          ezyang@cs.stanford.edu
build-type:          Simple
cabal-version:       >=2.0

library indef
  signatures: P
  reexported-modules: Prelude
  build-depends: base
  default-language: Haskell2010

library
  exposed-modules: M
  build-depends: indef, base
  mixins: base (Prelude as P)
  default-language: Haskell2010