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
External commands: Add tests for #9402 #9403 #9404
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ExternalCommandSetup
/
aaaa
/
aaaa.cabal
blob
cafeabd58556090b46d33ed55e64fdb4585980da
1
cabal-version: 3.0
2
name: aaaa
3
version: 0.1.0.0
4
license: BSD-3-Clause
5
license-file: LICENSE
6
author: Matthew Pickering
7
maintainer: matthewtpickering@gmail.com
8
build-type: Simple
9
extra-doc-files: CHANGELOG.md
10
-- extra-source-files:
11
12
common warnings
13
ghc-options: -Wall
14
15
executable cabal-aaaa
16
import: warnings
17
main-is: Main.hs
18
-- other-modules:
19
-- other-extensions:
20
build-depends: base
21
hs-source-dirs: .
22
default-language: Haskell2010