[Pkg-haskell-commits] darcs: haskell-aeson: New upstream version 0.6.0.0.
Clint Adams
clint at debian.org
Tue Jan 31 04:07:44 UTC 2012
Tue Jan 31 04:07:30 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.6.0.0.
Ignore-this: 6140d0d98e8ca7b9df8837260d6d7b48
M ./changelog +6
M ./control -8 +18
A ./patches/
A ./patches/series
A ./patches/th-option.diff
M ./rules +3
Tue Jan 31 04:07:30 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 0.6.0.0.
Ignore-this: 6140d0d98e8ca7b9df8837260d6d7b48
diff -rN -u old-haskell-aeson//changelog new-haskell-aeson//changelog
--- old-haskell-aeson//changelog 2012-01-31 04:07:43.826250186 +0000
+++ new-haskell-aeson//changelog 2012-01-31 04:07:43.830254302 +0000
@@ -1,3 +1,9 @@
+haskell-aeson (0.6.0.0-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Mon, 30 Jan 2012 21:46:49 -0500
+
haskell-aeson (0.3.2.11-1) unstable; urgency=low
* New upstream release.
diff -rN -u old-haskell-aeson//control new-haskell-aeson//control
--- old-haskell-aeson//control 2012-01-31 04:07:43.818249555 +0000
+++ new-haskell-aeson//control 2012-01-31 04:07:43.830254302 +0000
@@ -5,31 +5,41 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 7)
, cdbs
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.10)
, ghc
, ghc-prof
- , libghc-attoparsec-dev
+ , ghc-ghci [any-i386 any-amd64 sparc]
+ , libghc-attoparsec-dev (>> 0.8.6.1)
, libghc-attoparsec-prof
- , libghc-blaze-builder-dev
+ , libghc-blaze-builder-dev (>> 0.2.1.4)
, libghc-blaze-builder-prof
- , libghc-blaze-textual-dev (>> 0.2.0.2)
- , libghc-blaze-textual-prof
- , libghc-hashable-dev
+ , libghc-deepseq-dev
+ , libghc-deepseq-prof
+ , libghc-hashable-dev (>> 1.1.2.0)
, libghc-hashable-prof
, libghc-mtl-dev
, libghc-mtl-prof
, libghc-syb-dev
, libghc-syb-prof
- , libghc-unordered-containers-dev
+ , libghc-text-dev (>> 0.11.0.2)
+ , libghc-text-prof
+ , libghc-unordered-containers-dev (>> 0.1.3.0)
, libghc-unordered-containers-prof
+ , libghc-vector-dev (>> 0.7.1)
+ , libghc-vector-prof
+ , libghc-quickcheck2-dev [any-i386 any-amd64 sparc]
+ , libghc-test-framework-dev [any-i386 any-amd64 sparc]
+ , libghc-test-framework-quickcheck2-dev [any-i386 any-amd64 sparc]
Build-Depends-Indep: ghc-doc
, libghc-attoparsec-doc
, libghc-blaze-builder-doc
- , libghc-blaze-textual-doc
+ , libghc-deepseq-doc
, libghc-hashable-doc
, libghc-mtl-doc
, libghc-syb-doc
+ , libghc-text-doc
, libghc-unordered-containers-doc
+ , libghc-vector-doc
Standards-Version: 3.9.2
Homepage: http://hackage.haskell.org/package/aeson
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-aeson
diff -rN -u old-haskell-aeson//patches/series new-haskell-aeson//patches/series
--- old-haskell-aeson//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-aeson//patches/series 2012-01-31 04:07:43.834250770 +0000
@@ -0,0 +1 @@
+th-option.diff
diff -rN -u old-haskell-aeson//patches/th-option.diff new-haskell-aeson//patches/th-option.diff
--- old-haskell-aeson//patches/th-option.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-aeson//patches/th-option.diff 2012-01-31 04:07:43.842248780 +0000
@@ -0,0 +1,23 @@
+--- a/aeson.cabal
++++ b/aeson.cabal
+@@ -97,6 +97,10 @@
+ description: operate in developer mode
+ default: False
+
++flag th
++ description: build TH bits
++ default: True
++
+ library
+ exposed-modules:
+ Data.Aeson
+@@ -104,7 +108,8 @@
+ Data.Aeson.Generic
+ Data.Aeson.Parser
+ Data.Aeson.Types
+- Data.Aeson.TH
++ if flag(th)
++ exposed-modules: Data.Aeson.TH
+
+ other-modules:
+ Data.Aeson.Functions
diff -rN -u old-haskell-aeson//rules new-haskell-aeson//rules
--- old-haskell-aeson//rules 2012-01-31 04:07:43.758250077 +0000
+++ new-haskell-aeson//rules 2012-01-31 04:07:43.846250007 +0000
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=-th)
+DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/bin/ghci && echo yes)
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list