[Pkg-haskell-commits] darcs: haskell-aeson: New upstream release

Raúl Benencia rul at kalgan.cc
Mon Apr 14 03:47:38 UTC 2014


Mon Apr 14 03:37:09 UTC 2014  Ra[_<U+00FA>_]l Benencia <rul at kalgan.cc>
  * New upstream release

    M ./changelog +6
    M ./control -6 +9
    M ./patches/th-option.diff -3 +3
    M ./patches/threaded-option.diff -3 +3

Mon Apr 14 03:37:09 UTC 2014  Raúl Benencia <rul at kalgan.cc>
  * New upstream release
diff -rN -u old-haskell-aeson/changelog new-haskell-aeson/changelog
--- old-haskell-aeson/changelog	2014-04-14 03:47:38.058004341 +0000
+++ new-haskell-aeson/changelog	2014-04-14 03:47:38.058004341 +0000
@@ -1,3 +1,9 @@
+haskell-aeson (0.7.0.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Raúl Benencia <rul at kalgan.cc>  Sun, 13 Apr 2014 18:53:49 -0300
+
 haskell-aeson (0.6.2.1-2) unstable; urgency=medium
 
   * Fix path to test whether -threaded is supported by GHC
diff -rN -u old-haskell-aeson/control new-haskell-aeson/control
--- old-haskell-aeson/control	2014-04-14 03:47:38.058004341 +0000
+++ new-haskell-aeson/control	2014-04-14 03:47:38.058004341 +0000
@@ -8,28 +8,30 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc (>= 7.4.2)
   , ghc-prof
-  , libghc-attoparsec-dev (>> 0.8.6.1)
+  , libghc-attoparsec-dev (>> 0.10.2.1)
   , libghc-attoparsec-prof
-  , libghc-blaze-builder-dev (>> 0.2.1.4)
-  , libghc-blaze-builder-prof
   , libghc-deepseq-dev
   , libghc-deepseq-prof
   , libghc-hashable-dev (>> 1.1.2.0)
   , libghc-hashable-prof
+  , libghc-hunit-dev
   , libghc-mtl-dev
   , libghc-mtl-prof
   , libghc-syb-dev
   , libghc-syb-prof
   , libghc-dlist-dev (>= 0.2)
   , libghc-dlist-prof
-  , libghc-text-dev (>> 0.11.0.2)
+  , libghc-text-dev (>= 0.11.1.0)
   , libghc-text-prof
-  , libghc-unordered-containers-dev (>> 0.1.3.0)
+  , libghc-unordered-containers-dev (>= 0.2.3.0)
   , libghc-unordered-containers-prof
-  , libghc-vector-dev (>> 0.7.1)
+  , libghc-vector-dev (>= 0.7.1)
   , libghc-vector-prof
   , libghc-quickcheck2-dev
+  , libghc-scientific-dev (>= 0.2)
+  , libghc-scientific-prof
   , libghc-test-framework-dev
+  , libghc-test-framework-hunit-dev
   , libghc-test-framework-quickcheck2-dev
 Build-Depends-Indep: ghc-doc
   , libghc-attoparsec-doc
@@ -37,6 +39,7 @@
   , libghc-deepseq-doc
   , libghc-hashable-doc
   , libghc-mtl-doc
+  , libghc-scientific-doc
   , libghc-syb-doc
   , libghc-dlist-doc
   , libghc-text-doc
diff -rN -u old-haskell-aeson/patches/th-option.diff new-haskell-aeson/patches/th-option.diff
--- old-haskell-aeson/patches/th-option.diff	2014-04-14 03:47:38.054004342 +0000
+++ new-haskell-aeson/patches/th-option.diff	2014-04-14 03:47:38.062004341 +0000
@@ -1,7 +1,7 @@
 --- a/aeson.cabal
 +++ b/aeson.cabal
-@@ -97,6 +97,10 @@
-   description: operate in developer mode
+@@ -81,6 +81,10 @@
+   description: Use the new bytestring builder available in bytestring >= 0.10.4.0
    default: False
  
 +flag th
@@ -11,7 +11,7 @@
  library
    exposed-modules:
      Data.Aeson
-@@ -104,7 +108,8 @@
+@@ -88,7 +92,8 @@
      Data.Aeson.Generic
      Data.Aeson.Parser
      Data.Aeson.Types
diff -rN -u old-haskell-aeson/patches/threaded-option.diff new-haskell-aeson/patches/threaded-option.diff
--- old-haskell-aeson/patches/threaded-option.diff	2014-04-14 03:47:38.054004342 +0000
+++ new-haskell-aeson/patches/threaded-option.diff	2014-04-14 03:47:38.062004341 +0000
@@ -1,6 +1,6 @@
 --- a/aeson.cabal
 +++ b/aeson.cabal
-@@ -95,6 +95,10 @@
+@@ -85,6 +85,10 @@
    description: build TH bits
    default: True
  
@@ -11,8 +11,8 @@
  library
    exposed-modules:
      Data.Aeson
-@@ -152,11 +156,13 @@
-                   Properties.Deprecated
+@@ -156,11 +160,13 @@
+     Types
  
    ghc-options:
 -    -Wall -threaded -rtsopts




More information about the Pkg-haskell-commits mailing list