[Pkg-haskell-commits] darcs: haskell-github: patch to build with current versions
Joey Hess
joey at kitenet.net
Fri Jan 4 14:49:50 UTC 2013
Wed Mar 14 00:24:59 UTC 2012 Joey Hess <joey at kitenet.net>
* patch to build with current versions
Ignore-this: 66e4c4d8fb55c32bc5e715c7a85e93c2
A ./patches/
A ./patches/cabal-dependencies
A ./patches/series
Wed Mar 14 00:24:59 UTC 2012 Joey Hess <joey at kitenet.net>
* patch to build with current versions
Ignore-this: 66e4c4d8fb55c32bc5e715c7a85e93c2
diff -rN -u old-haskell-github//patches/cabal-dependencies new-haskell-github//patches/cabal-dependencies
--- old-haskell-github//patches/cabal-dependencies 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//patches/cabal-dependencies 2013-01-04 14:49:49.875226638 +0000
@@ -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 -rN -u old-haskell-github//patches/series new-haskell-github//patches/series
--- old-haskell-github//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-github//patches/series 2013-01-04 14:49:49.810305632 +0000
@@ -0,0 +1 @@
+cabal-dependencies
More information about the Pkg-haskell-commits
mailing list