[DHG_packages] 01/01: heist: patch for newer deps from Hackage
Clint Adams
clint at moszumanska.debian.org
Wed Oct 4 23:33:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 53a9cba581ac8b27e0b0f48360d984165b74e378
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 4 19:32:42 2017 -0400
heist: patch for newer deps from Hackage
---
p/haskell-heist/debian/changelog | 6 +++
p/haskell-heist/debian/control | 12 ++---
.../debian/patches/newer-deps-from-hackage | 62 ++++++++++++++++++++++
p/haskell-heist/debian/patches/newer-directory | 14 -----
p/haskell-heist/debian/patches/series | 2 +-
5 files changed, 75 insertions(+), 21 deletions(-)
diff --git a/p/haskell-heist/debian/changelog b/p/haskell-heist/debian/changelog
index aba28c3..00c4414 100644
--- a/p/haskell-heist/debian/changelog
+++ b/p/haskell-heist/debian/changelog
@@ -1,3 +1,9 @@
+haskell-heist (1.0.1.0-2) unstable; urgency=medium
+
+ * Patch for newer deps from Hackage.
+
+ -- Clint Adams <clint at debian.org> Wed, 04 Oct 2017 19:24:44 -0400
+
haskell-heist (1.0.1.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-heist/debian/control b/p/haskell-heist/debian/control
index dbe3076..b2559b2 100644
--- a/p/haskell-heist/debian/control
+++ b/p/haskell-heist/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (<< 1.2),
libghc-aeson-prof,
libghc-attoparsec-dev,
libghc-attoparsec-dev (<< 0.14),
@@ -22,11 +22,11 @@ Build-Depends:
libghc-blaze-builder-dev (>= 0.2),
libghc-blaze-builder-prof,
libghc-blaze-html-dev,
- libghc-blaze-html-dev (<< 0.9),
libghc-blaze-html-dev (>= 0.4),
+ libghc-blaze-html-dev (<< 0.10),
libghc-blaze-html-prof,
- libghc-criterion-dev (<< 1.2),
libghc-criterion-dev (>= 1.0),
+ libghc-criterion-dev (<< 1.3),
libghc-directory-tree-dev,
libghc-directory-tree-dev (<< 0.13),
libghc-directory-tree-dev (>= 0.10),
@@ -61,8 +61,8 @@ Build-Depends:
libghc-random-dev (<< 1.2),
libghc-random-dev (>= 1.0.1.0),
libghc-random-prof,
- libghc-statistics-dev (<< 0.14),
libghc-statistics-dev (>= 0.11),
+ libghc-statistics-dev (<< 0.15),
libghc-test-framework-dev,
libghc-test-framework-hunit-dev,
libghc-text-dev,
@@ -78,8 +78,8 @@ Build-Depends:
libghc-unordered-containers-dev (>= 0.1.4),
libghc-unordered-containers-prof,
libghc-vector-dev,
- libghc-vector-dev (<< 0.12),
libghc-vector-dev (>= 0.9),
+ libghc-vector-dev (<< 0.13),
libghc-vector-prof,
libghc-xmlhtml-dev,
libghc-xmlhtml-dev (<< 0.3),
@@ -103,7 +103,7 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
libghc-vector-doc,
libghc-xmlhtml-doc,
-Standards-Version: 4.0.0
+Standards-Version: 4.1.1
Homepage: http://snapframework.com/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-heist
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-heist/debian/patches/newer-deps-from-hackage b/p/haskell-heist/debian/patches/newer-deps-from-hackage
new file mode 100644
index 0000000..b3fe66c
--- /dev/null
+++ b/p/haskell-heist/debian/patches/newer-deps-from-hackage
@@ -0,0 +1,62 @@
+--- a/heist.cabal
++++ b/heist.cabal
+@@ -151,14 +151,14 @@
+ Heist.Interpreted.Internal
+
+ build-depends:
+- aeson >= 0.6 && < 1.1,
++ aeson >= 0.6 && < 1.2,
+ attoparsec >= 0.10 && < 0.14,
+ base >= 4 && < 5,
+ blaze-builder >= 0.2 && < 0.5,
+- blaze-html >= 0.4 && < 0.9,
++ blaze-html >= 0.4 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.2 && < 0.6,
+- directory >= 1.1 && < 1.3,
++ directory >= 1.1 && < 1.4,
+ directory-tree >= 0.10 && < 0.13,
+ dlist >= 0.5 && < 0.9,
+ filepath >= 1.3 && < 1.5,
+@@ -167,10 +167,10 @@
+ map-syntax >= 0.2 && < 0.3,
+ monad-control >= 0.3 && < 1.1,
+ mtl >= 2.0 && < 2.3,
+- process >= 1.1 && < 1.5,
++ process >= 1.1 && < 1.7,
+ random >= 1.0.1.0 && < 1.2,
+ text >= 0.10 && < 1.3,
+- time >= 1.1 && < 1.7,
++ time >= 1.1 && < 1.9,
+ transformers >= 0.3 && < 0.6,
+ transformers-base >= 0.4 && < 0.5,
+ unordered-containers >= 0.1.4 && < 0.3,
+@@ -207,8 +207,8 @@
+
+ build-depends:
+ HUnit >= 1.2 && < 2,
+- QuickCheck >= 2 && < 2.10,
+- lens >= 4.3 && < 4.15,
++ QuickCheck >= 2 && < 2.11,
++ lens >= 4.3 && < 4.16,
+ test-framework >= 0.4 && < 0.9,
+ test-framework-hunit >= 0.2.7 && < 0.4,
+ test-framework-quickcheck2 >= 0.2.12.1 && < 0.4,
+@@ -248,7 +248,7 @@
+
+ build-depends:
+ HUnit,
+- criterion >= 1.0 && < 1.2,
++ criterion >= 1.0 && < 1.3,
+ test-framework,
+ test-framework-hunit,
+
+@@ -272,7 +272,7 @@
+ mtl,
+ process,
+ random,
+- statistics >= 0.11 && < 0.14,
++ statistics >= 0.11 && < 0.15,
+ text,
+ time,
+ transformers,
diff --git a/p/haskell-heist/debian/patches/newer-directory b/p/haskell-heist/debian/patches/newer-directory
deleted file mode 100644
index bb3cbc8..0000000
--- a/p/haskell-heist/debian/patches/newer-directory
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Bump directory bounds on buildds.
-Author: Bhavani Shankar <bhavi at ubuntu.com>
-
---- haskell-heist-1.0.0.0.orig/heist.cabal
-+++ haskell-heist-1.0.0.0/heist.cabal
-@@ -142,7 +142,7 @@ Library
- blaze-html >= 0.4 && < 0.9,
- bytestring >= 0.9 && < 0.11,
- containers >= 0.2 && < 0.6,
-- directory >= 1.1 && < 1.3,
-+ directory >= 1.1 && < 1.4,
- directory-tree >= 0.10 && < 0.13,
- dlist >= 0.5 && < 0.9,
- filepath >= 1.3 && < 1.5,
diff --git a/p/haskell-heist/debian/patches/series b/p/haskell-heist/debian/patches/series
index 8320b23..30c91d0 100644
--- a/p/haskell-heist/debian/patches/series
+++ b/p/haskell-heist/debian/patches/series
@@ -1 +1 @@
-newer-directory
+newer-deps-from-hackage
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list