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

Joachim Breitner mail at joachim-breitner.de
Fri Feb 8 22:15:24 UTC 2013


Thu Feb  7 19:23:48 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 625187d440fc91efa21cb6d2f9836df0

    M ./changelog -2 +3
    M ./control -8 +9
    R ./patches/
    R ./patches/cabal-dependencies
    R ./patches/series

Thu Feb  7 19:23:48 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * New upstream release
  Ignore-this: 625187d440fc91efa21cb6d2f9836df0
diff -rN -u old-haskell-github//changelog new-haskell-github//changelog
--- old-haskell-github//changelog	2013-02-08 22:15:24.178742475 +0000
+++ new-haskell-github//changelog	2013-02-08 22:15:24.190722187 +0000
@@ -1,11 +1,12 @@
-haskell-github (0.4.0-2) UNRELEASED; urgency=low
+haskell-github (0.5.0-1) UNRELEASED; urgency=low
 
   * Depend on haskell-devscripts 0.8.13 to ensure this package is built
     against experimental
   * Change Vcs headers to Darcs
   * Clarify build-dependency on http-conduit 
+  * New upstream release
 
- -- Joachim Breitner <nomeata at debian.org>  Fri, 04 Jan 2013 15:53:05 +0100
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 07 Feb 2013 20:21:13 +0100
 
 haskell-github (0.4.0-1) unstable; urgency=low
 
diff -rN -u old-haskell-github//control new-haskell-github//control
--- old-haskell-github//control	2013-02-08 22:15:24.154742169 +0000
+++ new-haskell-github//control	2013-02-08 22:15:24.186737989 +0000
@@ -8,37 +8,38 @@
   , haskell-devscripts (>= 0.8.13)
   , ghc
   , ghc-prof
-  , libghc-aeson-dev (>= 0.6.0.0), libghc-aeson-dev (<< 0.7.0.0)
+  , libghc-aeson-dev (>= 0.6.1.0)
+  , libghc-aeson-dev (<< 0.6.1.0+)
   , libghc-aeson-prof
-  , libghc-attoparsec-dev (>= 0.10.1.0), libghc-attoparsec-dev (<< 0.11.0.0)
+  , libghc-attoparsec-dev (>= 0.10.3.0)
   , libghc-attoparsec-prof
+  , libghc-case-insensitive-dev (>= 0.4.0.4)
+  , libghc-case-insensitive-prof,
   , libghc-text-dev
   , libghc-text-prof
   , libghc-http-dev
   , libghc-http-prof
   , libghc-network-dev
   , libghc-network-prof
-  , libghc-http-conduit-dev (>= 1.4.1)
-  , libghc-http-conduit-dev (<< 1.4.1+)
+  , libghc-http-conduit-dev (>= 1.8)
   , libghc-http-conduit-prof
-  , libghc-uri-dev
-  , libghc-uri-prof
   , libghc-failure-dev
   , libghc-failure-prof
   , libghc-http-types-dev
   , libghc-http-types-prof
   , libghc-vector-dev
   , libghc-vector-prof
-  , libghc-unordered-containers-dev (>= 0.1), libghc-unordered-containers-dev (<< 0.3)
+  , libghc-unordered-containers-dev (>= 0.2)
+  , libghc-unordered-containers-dev (<< 0.3)
   , libghc-unordered-containers-prof
 Build-Depends-Indep: ghc-doc
   , libghc-aeson-doc
   , libghc-attoparsec-doc
+  , libghc-case-insensitive-doc
   , libghc-text-doc
   , libghc-http-doc
   , libghc-network-doc
   , libghc-http-conduit-doc
-  , libghc-uri-doc
   , libghc-failure-doc
   , libghc-http-types-doc
   , libghc-vector-doc
diff -rN -u old-haskell-github//patches/cabal-dependencies new-haskell-github//patches/cabal-dependencies
--- old-haskell-github//patches/cabal-dependencies	2013-02-08 22:15:24.158737850 +0000
+++ new-haskell-github//patches/cabal-dependencies	1970-01-01 00:00:00.000000000 +0000
@@ -1,31 +0,0 @@
-Description: adjust cabal dependencies
-
---- haskell-github-0.4.0.orig/github.cabal
-+++ haskell-github-0.4.0/github.cabal
-@@ -140,22 +140,22 @@ Library
-   -- Packages needed in order to build this package.
-   Build-depends: base >= 4.0 && < 5.0,
-                  time,
--                 aeson == 0.6.0.0,
--                 attoparsec == 0.10.1.0,
-+                 aeson == 0.6.*,
-+                 attoparsec == 0.10.*,
-                  bytestring,
-                  containers,
-                  text,
-                  old-locale,
-                  HTTP,
-                  network,
--                 http-conduit == 1.4.1.10,
-+                 http-conduit == 1.4.1.*,
-                  conduit,
-                  uri,
-                  failure,
-                  http-types,
-                  data-default,
-                  vector,
--                 unordered-containers >= 0.1 && < 0.2
-+                 unordered-containers >= 0.1 && < 0.3
-   
-   -- Modules not exported by this package.
-   Other-modules:       Github.Private
diff -rN -u old-haskell-github//patches/series new-haskell-github//patches/series
--- old-haskell-github//patches/series	2013-02-08 22:15:24.158737850 +0000
+++ new-haskell-github//patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-cabal-dependencies





More information about the Pkg-haskell-commits mailing list