repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #10756 from haskell/wip/teo/T10537
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
Regression
/
T6961
/
Exe
/
issue6961.cabal
blob
c2e3faf69f1ce66b71097e58a6704a677cef771f
1
cabal-version: 2.0
2
name: issue6961
3
version: 0
4
build-type: Simple
5
6
synopsis: This should work
7
category: Test
8
9
library internal-lib
10
default-language: Haskell2010
11
hs-source-dirs: src
12
build-depends: base <5
13
exposed-modules: Lib
14
15
executable example
16
default-language: Haskell2010
17
hs-source-dirs: exe
18
main-is: Main.hs
19
build-depends: base, internal-lib