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
(cabal check) Add "Version signatures" test
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
HaddockNewline
/
HaddockNewline.cabal
blob
681db5af839bf84177c878864bcd4195c5181609
1
name: HaddockNewline
2
version: 0.1.0.0
3
synopsis: This has a
4
newline yo.
5
-- description:
6
license: BSD3
7
license-file: LICENSE
8
author: Edward Z. Yang
9
maintainer: ezyang@cs.stanford.edu
10
build-type: Simple
11
extra-source-files: ChangeLog.md
12
cabal-version: >=1.10
13
14
library
15
exposed-modules: A
16
-- other-modules:
17
-- other-extensions:
18
build-depends: base
19
-- hs-source-dirs:
20
default-language: Haskell2010