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
Add migration guide for #9718 (#10578)
[cabal.git]
/
Cabal-tests
/
tests
/
ParserTests
/
regressions
/
encoding-0.8.cabal
blob
2113714bde177f916a07da604e99fe34f7748816
1
Name: encoding-wrong
2
Name: encoding
3
Version: 0.8
4
cabal-version: >=1.12
5
-- double-dash files
6
extra-source-files:
7
-- this is comment
8
README.md "--"
9
"--"
10
11
custom-setup
12
setup-depends:
13
base < 5,
14
ghc-prim
15
16
Library
17
-- version range round trip is better
18
build-depends: base (> 4.4 || == 4.4)
19
20
Exposed-Modules:
21
Data.Encoding
22
23
-- options with spaces
24
GHC-Options: -Wall -O2 -threaded -rtsopts "-with-rtsopts=-N1 -A64m"