summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp007/b/b.cabal
blob: 988ef871a2aa75a11ac401c28ccbd54359bdf295 (plain)
1
2
3
4
5
6
7
8
9
10
name: b
version: 1.0
build-type: Simple
cabal-version: >= 1.2
executable test {
  build-depends: base, a
  main-is: Main.hs
  other-modules: B
  ghc-options: -O0
}