[Pkg-haskell-commits] darcs: haskell-yesod-json: New upstream version 0.2.2.1.

clint at debian.org clint at debian.org
Fri Dec 9 03:11:06 UTC 2011


Fri Dec  9 03:10:37 UTC 2011  clint at debian.org
  * New upstream version 0.2.2.1.
  Ignore-this: 7936091cae1d341c90462673ef47dba5

    M ./changelog +6
    M ./control -3 +2
    R ./patches/
    R ./patches/bump-cabal-version
    R ./patches/force-regular-aeson.diff
    R ./patches/series

Fri Dec  9 03:10:37 UTC 2011  clint at debian.org
  * New upstream version 0.2.2.1.
  Ignore-this: 7936091cae1d341c90462673ef47dba5
diff -rN -u old-haskell-yesod-json//changelog new-haskell-yesod-json//changelog
--- old-haskell-yesod-json//changelog	2011-12-09 03:11:06.450185701 +0000
+++ new-haskell-yesod-json//changelog	2011-12-09 03:11:06.454217415 +0000
@@ -1,3 +1,9 @@
+haskell-yesod-json (0.2.2.1-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Dec 2011 22:04:00 -0500
+
 haskell-yesod-json (0.2.1-2) unstable; urgency=low
 
   * Slightly bump the version in the cabal field to 0.2.1.0.1. Otherwise,
diff -rN -u old-haskell-yesod-json//control new-haskell-yesod-json//control
--- old-haskell-yesod-json//control	2011-12-09 03:11:06.427672352 +0000
+++ new-haskell-yesod-json//control	2011-12-09 03:11:06.458217947 +0000
@@ -8,8 +8,7 @@
   , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
-  , libghc-aeson-dev (>> 0.3.2.11)
-  , libghc-aeson-dev (<< 0.4)
+  , libghc-aeson-dev (>> 0.3)
   , libghc-aeson-prof
   , libghc-shakespeare-js-dev (>> 0.10)
   , libghc-shakespeare-js-dev (<< 0.11)
@@ -17,7 +16,7 @@
   , libghc-text-dev (>> 0.8)
   , libghc-text-dev (<< 0.12)
   , libghc-text-prof
-  , libghc-vector-dev
+  , libghc-vector-dev (>> 0.9)
   , libghc-vector-dev
   , libghc-vector-prof
   , libghc-yesod-core-dev (>> 0.9)
diff -rN -u old-haskell-yesod-json//patches/bump-cabal-version new-haskell-yesod-json//patches/bump-cabal-version
--- old-haskell-yesod-json//patches/bump-cabal-version	2011-12-09 03:11:06.454217415 +0000
+++ new-haskell-yesod-json//patches/bump-cabal-version	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-Description: Bump cabal version number
- Slightly bump the version in the cabal field to 0.2.1.0.1. Otherwise,
- cabal-install will use the dependency information from hackage, trying to
- re-install yesod-json using aeson-native. This dependency was changed in
- 0.2.1 to aeson in Debian.
- .
- Also see http://hackage.haskell.org/trac/hackage/ticket/884 for a proper
- solution.
-Author: Joachim Breitner <nomeata at debian.org>
-
---- haskell-yesod-json-0.2.1.orig/yesod-json.cabal
-+++ haskell-yesod-json-0.2.1/yesod-json.cabal
-@@ -1,5 +1,5 @@
- name:            yesod-json
--version:         0.2.1
-+version:         0.2.1.0.1
- license:         BSD3
- license-file:    LICENSE
- author:          Michael Snoyman <michael at snoyman.com>
diff -rN -u old-haskell-yesod-json//patches/force-regular-aeson.diff new-haskell-yesod-json//patches/force-regular-aeson.diff
--- old-haskell-yesod-json//patches/force-regular-aeson.diff	2011-12-09 03:11:06.454217415 +0000
+++ new-haskell-yesod-json//patches/force-regular-aeson.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
---- a/yesod-json.cabal
-+++ b/yesod-json.cabal
-@@ -15,7 +15,7 @@
- library
-     build-depends:   base                      >= 4        && < 5
-                    , yesod-core                >= 0.9      && < 0.10
--                   , aeson-native              >= 0.3.2.11 && < 0.4
-+                   , aeson                     >= 0.3.2.11 && < 0.4
-                    , text                      >= 0.8      && < 0.12
-                    , shakespeare-js            >= 0.10     && < 0.11
-                    , vector
diff -rN -u old-haskell-yesod-json//patches/series new-haskell-yesod-json//patches/series
--- old-haskell-yesod-json//patches/series	2011-12-09 03:11:06.450185701 +0000
+++ new-haskell-yesod-json//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-force-regular-aeson.diff
-bump-cabal-version





More information about the Pkg-haskell-commits mailing list