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
Un-ignore .bat files
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
ExternalCommandExitCode
/
setup-test
/
setup-test.cabal
blob
8deb0577a16810696dfaa057356fab69d203c715
1
cabal-version: 3.0
2
name: setup-test
3
version: 0.1.0.0
4
-- synopsis:
5
-- description:
6
license: BSD-3-Clause
7
license-file: LICENSE
8
author: Matthew Pickering
9
maintainer: matthewtpickering@gmail.com
10
-- copyright:
11
build-type: Simple
12
extra-doc-files: CHANGELOG.md
13
-- extra-source-files:
14
15
common warnings
16
ghc-options: -Wall
17
18
executable cabal-aaaa
19
import: warnings
20
main-is: AAAA.hs
21
-- other-modules:
22
-- other-extensions:
23
build-depends: base
24
hs-source-dirs: .
25
default-language: Haskell2010