[DHG_packages] 01/01: either: patch for newer mmorph and MonadRandom

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 20:00:17 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 d3e7a36fd0e05d4a868ffedaa0f0148f1a358665
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 15:59:35 2017 -0400

    either: patch for newer mmorph and MonadRandom
---
 p/haskell-either/debian/changelog                         |  6 ++++++
 p/haskell-either/debian/control                           |  6 +++---
 p/haskell-either/debian/patches/new-metadata-from-hackage | 14 ++++++++++++++
 p/haskell-either/debian/patches/series                    |  1 +
 4 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/p/haskell-either/debian/changelog b/p/haskell-either/debian/changelog
index 54723e7..0ff6542 100644
--- a/p/haskell-either/debian/changelog
+++ b/p/haskell-either/debian/changelog
@@ -1,3 +1,9 @@
+haskell-either (4.4.1.1-4) unstable; urgency=medium
+
+  * Patch for newer mmorph and MonadRandom.  closes: #867832.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 15:58:54 -0400
+
 haskell-either (4.4.1.1-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-either/debian/control b/p/haskell-either/debian/control
index 527692d..1ee7bd2 100644
--- a/p/haskell-either/debian/control
+++ b/p/haskell-either/debian/control
@@ -19,14 +19,14 @@ Build-Depends:
  libghc-free-dev (<< 5),
  libghc-free-dev (>= 4.9),
  libghc-free-prof,
- libghc-mmorph-dev (<< 1.1),
  libghc-mmorph-dev (>= 1.0.0),
+ libghc-mmorph-dev (<< 1.2),
  libghc-mmorph-prof,
  libghc-monad-control-dev (<< 1.1),
  libghc-monad-control-dev (>= 0.3.2),
  libghc-monad-control-prof,
- libghc-monadrandom-dev (<< 0.5),
  libghc-monadrandom-dev (>= 0.1),
+ libghc-monadrandom-dev (<< 0.6),
  libghc-monadrandom-prof,
  libghc-mtl-dev (<< 2.3),
  libghc-mtl-dev (>= 2.0),
@@ -56,7 +56,7 @@ Build-Depends-Indep:
  libghc-semigroupoids-doc,
  libghc-semigroups-doc,
  libghc-transformers-base-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: http://github.com/ekmett/either/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-either
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-either/debian/patches/new-metadata-from-hackage b/p/haskell-either/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..e30805c
--- /dev/null
+++ b/p/haskell-either/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,14 @@
+--- a/either.cabal
++++ b/either.cabal
+@@ -32,9 +32,9 @@
+     exceptions        >= 0.5     && < 0.9,
+     free              >= 4.9     && < 5,
+     monad-control     >= 0.3.2   && < 1.1,
+-    MonadRandom       >= 0.1     && < 0.5,
++    MonadRandom       >= 0.1     && < 0.6,
+     mtl               >= 2.0     && < 2.3,
+-    mmorph            >= 1.0.0   && < 1.1,
++    mmorph            >= 1.0.0   && < 1.2,
+     profunctors       >= 4       && < 6,
+     semigroups        >= 0.8.3.1 && < 1,
+     semigroupoids     >= 4       && < 6,
diff --git a/p/haskell-either/debian/patches/series b/p/haskell-either/debian/patches/series
new file mode 100644
index 0000000..0131f75
--- /dev/null
+++ b/p/haskell-either/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-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