[DHG_packages] 03/06: MonadRandom: Upgrading from 0.4.2.3 to 0.5.1
Clint Adams
clint at moszumanska.debian.org
Thu Jul 6 21:45:52 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 10d19ba680ad57d9ad00d3b58eb2dc0865a7be39
Author: Clint Adams <clint at debian.org>
Date: Thu Jul 6 17:40:33 2017 -0400
MonadRandom: Upgrading from 0.4.2.3 to 0.5.1
---
p/haskell-monadrandom/debian/changelog | 6 ++++++
p/haskell-monadrandom/debian/control | 10 +++++++---
p/haskell-monadrandom/debian/patches/no-fail | 10 ++++++++++
p/haskell-monadrandom/debian/patches/series | 1 +
4 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/p/haskell-monadrandom/debian/changelog b/p/haskell-monadrandom/debian/changelog
index 0a41224..69c042a 100644
--- a/p/haskell-monadrandom/debian/changelog
+++ b/p/haskell-monadrandom/debian/changelog
@@ -1,3 +1,9 @@
+haskell-monadrandom (0.5.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 06 Jul 2017 17:40:33 -0400
+
haskell-monadrandom (0.4.2.3-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-monadrandom/debian/control b/p/haskell-monadrandom/debian/control
index 72ba9e9..4ccf395 100644
--- a/p/haskell-monadrandom/debian/control
+++ b/p/haskell-monadrandom/debian/control
@@ -9,20 +9,24 @@ Build-Depends:
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
+ libghc-mtl-dev (>= 2.1),
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.1),
libghc-mtl-prof,
+ libghc-primitive-dev (>= 0.6),
+ libghc-primitive-dev (<< 0.7),
+ libghc-primitive-prof,
libghc-random-dev,
libghc-random-prof,
libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-dev (>= 0.4),
libghc-transformers-compat-prof,
-Build-Depends-Indep:
- ghc-doc,
+Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
+ libghc-primitive-doc,
libghc-random-doc,
libghc-transformers-compat-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: http://hackage.haskell.org/package/MonadRandom
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-monadrandom
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-monadrandom/debian/patches/no-fail b/p/haskell-monadrandom/debian/patches/no-fail
new file mode 100644
index 0000000..ae2de50
--- /dev/null
+++ b/p/haskell-monadrandom/debian/patches/no-fail
@@ -0,0 +1,10 @@
+--- a/MonadRandom.cabal
++++ b/MonadRandom.cabal
+@@ -37,7 +37,6 @@
+ transformers-compat >=0.4 && <0.6,
+ mtl >=2.1 && <2.3,
+ primitive >=0.6 && <0.7,
+- fail >=4.9 ,
+ random
+ ghc-options: -Wall
+ default-language: Haskell2010
diff --git a/p/haskell-monadrandom/debian/patches/series b/p/haskell-monadrandom/debian/patches/series
new file mode 100644
index 0000000..aa19642
--- /dev/null
+++ b/p/haskell-monadrandom/debian/patches/series
@@ -0,0 +1 @@
+no-fail
--
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