[Pkg-haskell-commits] [SCM] Github API for haskell branch, master, updated. fec7e8613992943be488e9eaaa5124c4b32153d9

Joey Hess joey at kitenet.net
Wed Mar 14 00:32:13 UTC 2012


The following commit has been merged in the master branch:
commit dca22c110bfa05240e5b829bc700787a2272b59a
Author: Joey Hess <joey at kitenet.net>
Date:   Tue Mar 13 20:22:04 2012 -0400

    patch to build with current versions

diff --git a/debian/patches/cabal-dependencies b/debian/patches/cabal-dependencies
new file mode 100644
index 0000000..c13b13e
--- /dev/null
+++ b/debian/patches/cabal-dependencies
@@ -0,0 +1,24 @@
+Description: adjust cabal dependencies
+ Why so tight dependencies in the cabal file? These other versions have
+ been extensively tested and also work ok. I filed a bug report upstream
+ about this earlier.
+
+--- haskell-github-0.2.1.orig/github.cabal
++++ haskell-github-0.2.1/github.cabal
+@@ -143,14 +143,14 @@ Library
+   Build-depends: base >= 4.0 && < 5.0,
+                  time,
+                  aeson == 0.6.0.0,
+-                 attoparsec == 0.10.1.0,
++                 attoparsec == 0.10.1.1,
+                  bytestring,
+                  containers,
+                  text,
+                  old-locale,
+                  HTTP,
+                  network,
+-                 http-conduit == 1.2.6,
++                 http-conduit == 1.2.5,
+                  uri,
+                  failure,
+                  http-types,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..eec7dd3
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+cabal-dependencies

-- 
Github API for haskell



More information about the Pkg-haskell-commits mailing list