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
/
Backpack
/
Includes2
/
mylib
/
mylib.cabal
blob
d057cfa7e59050e8ef008ee16f30ed56e2f75d0d
1
name: mylib
2
version: 0.1.0.0
3
license: BSD3
4
author: Edward Z. Yang
5
maintainer: ezyang@cs.stanford.edu
6
build-type: Simple
7
cabal-version: 2.0
8
9
library
10
build-depends: base
11
signatures: Database
12
exposed-modules: Mine
13
default-language: Haskell2010