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
/
CustomDep
/
custom
/
custom.cabal
blob
4f3270800987f1a004053b0c50a1ceb5510741b6
1
name: custom
2
version: 0.1.0.0
3
license: BSD3
4
author: Edward Z. Yang
5
maintainer: ezyang@cs.stanford.edu
6
build-type: Custom
7
cabal-version: >=1.10
8
9
library
10
exposed-modules: A
11
build-depends: base
12
default-language: Haskell2010
13
14
custom-setup
15
setup-depends: base, Cabal