[Pkg-haskell-commits] darcs: haskell-hoogle: Downgrade upstream version to use old haskell-src-exts
kiwamu at debian.or.jp
kiwamu at debian.or.jp
Sun Sep 9 09:29:25 UTC 2012
Sun Sep 9 09:26:44 UTC 2012 kiwamu at debian.or.jp
* Downgrade upstream version to use old haskell-src-exts
Ignore-this: 8454e277008a1e0e2da9e6f09e0f4f49
M ./changelog -2 +1
M ./control -3 +3
A ./patches/ad-hoc-extend-depend-4-2-10.patch
M ./patches/series +1
Sun Sep 9 09:26:44 UTC 2012 kiwamu at debian.or.jp
* Downgrade upstream version to use old haskell-src-exts
Ignore-this: 8454e277008a1e0e2da9e6f09e0f4f49
diff -rN -u old-haskell-hoogle//changelog new-haskell-hoogle//changelog
--- old-haskell-hoogle//changelog 2012-09-09 09:29:25.480883909 +0000
+++ new-haskell-hoogle//changelog 2012-09-09 09:29:25.493058932 +0000
@@ -1,6 +1,5 @@
-haskell-hoogle (4.2.11-1) UNRELEASED; urgency=low
+haskell-hoogle (4.2.10-1) UNRELEASED; urgency=low
* Debianization generated by cabal-debian
-- Kiwamu Okabe <kiwamu at debian.or.jp> Sat, 08 Sep 2012 18:15:44 +0900
-
diff -rN -u old-haskell-hoogle//control new-haskell-hoogle//control
--- old-haskell-hoogle//control 2012-09-09 09:29:25.457659747 +0000
+++ new-haskell-hoogle//control 2012-09-09 09:29:25.497683014 +0000
@@ -18,10 +18,10 @@
, libghc-cmdargs-dev (<< 0.10)
, libghc-cmdargs-prof
, libghc-conduit-dev (>= 0.2)
- , libghc-conduit-dev (<< 0.6)
+ , libghc-conduit-dev (<< 0.5)
, libghc-conduit-prof
- , libghc-src-exts-dev (>= 1.12)
- , libghc-src-exts-dev (<< 1.14)
+ , libghc-src-exts-dev (>= 1.9)
+ , libghc-src-exts-dev (<< 1.12)
, libghc-src-exts-prof
, libghc-http-types-dev (>= 0.6)
, libghc-http-types-dev (<< 0.7)
diff -rN -u old-haskell-hoogle//patches/ad-hoc-extend-depend-4-2-10.patch new-haskell-hoogle//patches/ad-hoc-extend-depend-4-2-10.patch
--- old-haskell-hoogle//patches/ad-hoc-extend-depend-4-2-10.patch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hoogle//patches/ad-hoc-extend-depend-4-2-10.patch 2012-09-09 09:29:25.501675700 +0000
@@ -0,0 +1,26 @@
+Index: haskell-hoogle-4.2.10/hoogle.cabal
+===================================================================
+--- haskell-hoogle-4.2.10.orig/hoogle.cabal 2012-03-04 20:36:33.000000000 +0900
++++ haskell-hoogle-4.2.10/hoogle.cabal 2012-09-09 18:08:41.668315804 +0900
+@@ -42,7 +42,7 @@
+ safe,
+ binary,
+ parsec >= 2.1,
+- transformers == 0.2.*,
++ transformers >= 0.2 && < 0.4,
+ uniplate == 1.6.*,
+ haskell-src-exts >= 1.9 && < 1.12
+
+@@ -114,9 +114,9 @@
+ blaze-builder >= 0.2 && < 0.4,
+ http-types == 0.6.*,
+ case-insensitive >= 0.2 && < 0.5,
+- conduit == 0.2.*,
+- wai == 1.1.*,
+- warp == 1.1.*,
++ conduit >= 0.2 && < 0.5,
++ wai >= 1.1 && < 1.3,
++ warp >= 1.1 && < 1.3,
+ Cabal >= 1.8 && < 1.15
+
+ other-modules:
diff -rN -u old-haskell-hoogle//patches/series new-haskell-hoogle//patches/series
--- old-haskell-hoogle//patches/series 2012-09-09 09:29:25.457659747 +0000
+++ new-haskell-hoogle//patches/series 2012-09-09 09:29:25.501675700 +0000
@@ -1,2 +1,3 @@
no-log.patch
cgi-use-template-file-always.patch
+ad-hoc-extend-depend-4-2-10.patch
More information about the Pkg-haskell-commits
mailing list