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
/
ConfigFile
/
T8487
/
test.cabal
blob
f48ee85d0084f95759d9742f3ff91622831ce968
1
cabal-version: 3.0
2
name: test
3
version: 0.1.0.0
4
license: NONE
5
author: a.pelenitsyn@gmail.com
6
maintainer: Artem Pelenitsyn
7
build-type: Simple
8
9
library
10
exposed-modules: MyLib
11
build-depends: base
12
hs-source-dirs: src
13
default-language: Haskell2010