[Pkg-haskell-commits] darcs: haskell-authenticate-oauth: add missing changelog

Clint Adams clint at debian.org
Fri Jun 20 12:00:07 UTC 2014


Fri Jun 20 12:00:00 UTC 2014  Clint Adams <clint at debian.org>
  * add missing changelog

    M ./changelog +6
    M ./control -7 +7

Fri Jun 20 12:00:00 UTC 2014  Clint Adams <clint at debian.org>
  * add missing changelog
diff -rN -u old-haskell-authenticate-oauth/changelog new-haskell-authenticate-oauth/changelog
--- old-haskell-authenticate-oauth/changelog	2014-06-20 12:00:07.525633657 +0000
+++ new-haskell-authenticate-oauth/changelog	2014-06-20 12:00:07.529633655 +0000
@@ -1,3 +1,9 @@
+haskell-authenticate-oauth (1.4.0.8-2) unstable; urgency=medium
+
+  * Patch for conduit 1.1.
+
+ -- Clint Adams <clint at debian.org>  Fri, 20 Jun 2014 07:49:54 -0400
+
 haskell-authenticate-oauth (1.4.0.8-1) unstable; urgency=low
 
   * Adjust watch file to new hackage layout
diff -rN -u old-haskell-authenticate-oauth/control new-haskell-authenticate-oauth/control
--- old-haskell-authenticate-oauth/control	2014-06-20 12:00:07.525633657 +0000
+++ new-haskell-authenticate-oauth/control	2014-06-20 12:00:07.529633655 +0000
@@ -11,27 +11,27 @@
   , libghc-rsa-dev (>= 1.2)
   , libghc-rsa-dev (<< 1.3)
   , libghc-rsa-prof
-  , libghc-sha-dev (>> 1.4)
+  , libghc-sha-dev (>= 1.4)
   , libghc-sha-dev (<< 1.7)
   , libghc-sha-prof
-  , libghc-base64-bytestring-dev (>> 0.1)
+  , libghc-base64-bytestring-dev (>= 0.1)
   , libghc-base64-bytestring-dev (<< 1.1)
   , libghc-base64-bytestring-prof
   , libghc-blaze-builder-dev
   , libghc-blaze-builder-prof
-  , libghc-conduit-dev (>> 0.4)
+  , libghc-conduit-dev (>= 0.4)
   , libghc-conduit-prof
-  , libghc-crypto-pubkey-types-dev (>> 0.1)
+  , libghc-crypto-pubkey-types-dev (>= 0.1)
   , libghc-crypto-pubkey-types-dev (<< 0.5)
   , libghc-crypto-pubkey-types-prof
   , libghc-data-default-dev
   , libghc-data-default-prof
-  , libghc-http-conduit-dev (>> 1.4)
+  , libghc-http-conduit-dev (>= 1.4)
   , libghc-http-conduit-prof
-  , libghc-http-types-dev (>> 0.6)
+  , libghc-http-types-dev (>= 0.6)
   , libghc-http-types-dev (<< 0.9)
   , libghc-http-types-prof
-  , libghc-monad-control-dev (>> 0.3)
+  , libghc-monad-control-dev (>= 0.3)
   , libghc-monad-control-dev (<< 0.4)
   , libghc-monad-control-prof
   , libghc-random-dev




More information about the Pkg-haskell-commits mailing list