Codebase list haskell-persistent / e0b6eda
haskell-yaml: New upstream version 0.4.1.1. clint 12 years ago
5 changed file(s) with 10 addition(s) and 47 deletion(s). Raw diff Collapse all Expand all
0 haskell-yaml (0.4.1.1-1) unstable; urgency=low
1
2 * New upstream version.
3 * Use system libyaml again.
4
5 -- Clint Adams <clint@debian.org> Sat, 08 Oct 2011 12:55:05 -0400
6
07 haskell-yaml (0.4.1-2) unstable; urgency=low
18
29 * Disable patch to use system libyaml.
1414 , libghc-transformers-dev
1515 , libghc-transformers-prof
1616 , libyaml-dev
17 , pkg-config
1718 Build-Depends-Indep: ghc-doc
1819 , libghc-bytestring-doc
1920 , libghc-enumerator-doc
+0
-1
p/haskell-yaml/debian/patches/series less more
0 #use-shared-libyaml.diff
+0
-46
p/haskell-yaml/debian/patches/use-shared-libyaml.diff less more
0 --- a/yaml.cabal
1 +++ b/yaml.cabal
2 @@ -11,9 +11,6 @@
3 cabal-version: >= 1.2
4 build-type: Simple
5 homepage: http://github.com/snoyberg/yaml/
6 -extra-source-files: c/helper.h,
7 - c/yaml_private.h,
8 - c/yaml.h
9
10 flag nolib
11 description: Skip building the library
12 @@ -33,16 +30,7 @@
13 , enumerator >= 0.4 && < 0.5
14 exposed-modules: Text.Libyaml
15 ghc-options: -Wall
16 - c-sources: c/helper.c,
17 - c/api.c,
18 - c/dumper.c,
19 - c/emitter.c,
20 - c/loader.c,
21 - c/parser.c,
22 - c/reader.c,
23 - c/scanner.c,
24 - c/writer.c
25 - include-dirs: c
26 + extra-libraries: yaml
27
28 executable runtests
29 if flag(buildtests)
30 @@ -60,14 +48,5 @@
31 else
32 Buildable: False
33 ghc-options: -Wall
34 - c-sources: c/helper.c,
35 - c/api.c,
36 - c/dumper.c,
37 - c/emitter.c,
38 - c/loader.c,
39 - c/parser.c,
40 - c/reader.c,
41 - c/scanner.c,
42 - c/writer.c
43 - include-dirs: c
44 + extra-libraries: yaml
45 main-is: runtests.hs
00 #!/usr/bin/make -f
1
2 DEB_SETUP_GHC_CONFIGURE_ARGS := --flags=system-libyaml
13
24 include /usr/share/cdbs/1/rules/debhelper.mk
35 include /usr/share/cdbs/1/class/hlibrary.mk