[Pkg-haskell-commits] darcs: haskell-github: Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498

Joey Hess joeyh at debian.org
Fri Jan 4 14:49:50 UTC 2013


Fri Apr 20 15:18:27 UTC 2012  Joey Hess <joeyh at debian.org>
  * Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
  Ignore-this: e85f42e6300b2ce39fca9161564ca5b6
  
  Tested, works ok.

    M ./changelog +6
    M ./patches/cabal-dependencies -1 +2

Fri Apr 20 15:18:27 UTC 2012  Joey Hess <joeyh at debian.org>
  * Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
  Ignore-this: e85f42e6300b2ce39fca9161564ca5b6
  
  Tested, works ok.
diff -rN -u old-haskell-github//changelog new-haskell-github//changelog
--- old-haskell-github//changelog	2013-01-04 14:49:50.654230160 +0000
+++ new-haskell-github//changelog	2013-01-04 14:49:50.738218174 +0000
@@ -1,3 +1,9 @@
+haskell-github (0.2.1-2) unstable; urgency=low
+
+  * Adjust cabal dependency on aeson so 0.6.0.1 can be used. Closes: #669498
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 20 Apr 2012 11:05:40 -0400
+
 haskell-github (0.2.1-1) unstable; urgency=low
 
   * Initial release.
diff -rN -u old-haskell-github//patches/cabal-dependencies new-haskell-github//patches/cabal-dependencies
--- old-haskell-github//patches/cabal-dependencies	2013-01-04 14:49:50.654230160 +0000
+++ new-haskell-github//patches/cabal-dependencies	2013-01-04 14:49:50.722223173 +0000
@@ -8,7 +8,8 @@
 @@ -143,14 +143,14 @@ Library
    Build-depends: base >= 4.0 && < 5.0,
                   time,
-                  aeson == 0.6.0.0,
+-                 aeson == 0.6.0.0,
++                 aeson == 0.6.0.1,
 -                 attoparsec == 0.10.1.0,
 +                 attoparsec == 0.10.1.1,
                   bytestring,





More information about the Pkg-haskell-commits mailing list