[DHG_packages] 16/22: dice-entropy-conduit: test suite deps
Sean Whitton
spw-guest at moszumanska.debian.org
Wed Sep 14 03:29:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
spw-guest pushed a commit to branch master
in repository DHG_packages.
commit 8ce12d589192ca178ca49f7f40d5b9eb9fec1c34
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Tue Sep 13 20:02:48 2016 -0700
dice-entropy-conduit: test suite deps
Patch the cabal file, and add some missing build-dependencies.
---
p/haskell-dice-entropy-conduit/debian/control | 2 ++
.../debian/patches/missing-test-suite-deps.patch | 20 ++++++++++++++++++++
p/haskell-dice-entropy-conduit/debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/p/haskell-dice-entropy-conduit/debian/control b/p/haskell-dice-entropy-conduit/debian/control
index 7a78bfa..be8aa8b 100644
--- a/p/haskell-dice-entropy-conduit/debian/control
+++ b/p/haskell-dice-entropy-conduit/debian/control
@@ -12,6 +12,8 @@ Build-Depends: debhelper (>= 9),
libghc-conduit-prof,
libghc-entropy-dev (>= 0.3.2),
libghc-entropy-prof,
+ libghc-test-framework-dev,
+ libghc-test-framework-quickcheck2-dev,
Build-Depends-Indep: ghc-doc,
libghc-conduit-doc,
libghc-entropy-doc,
diff --git a/p/haskell-dice-entropy-conduit/debian/patches/missing-test-suite-deps.patch b/p/haskell-dice-entropy-conduit/debian/patches/missing-test-suite-deps.patch
new file mode 100644
index 0000000..0cdd6d8
--- /dev/null
+++ b/p/haskell-dice-entropy-conduit/debian/patches/missing-test-suite-deps.patch
@@ -0,0 +1,20 @@
+Author: Sean Whitton <spwhitton at spwhitton.name>
+Description: add missing test suite dependencies
+Forwarded: peter.robinson at monoid.at
+
+---
+--- haskell-dice-entropy-conduit-1.0.0.1.orig/dice-entropy-conduit.cabal
++++ haskell-dice-entropy-conduit-1.0.0.1/dice-entropy-conduit.cabal
+@@ -56,7 +56,11 @@ test-suite Main
+ build-depends: base >= 4 && < 5,
+ QuickCheck >= 2.4,
+ test-framework >= 0.4.1,
+- test-framework-quickcheck2
++ test-framework-quickcheck2,
++ bytestring,
++ conduit,
++ transformers,
++ entropy
+ hs-source-dirs: src, tests
+ main-is: Tests.hs
+
diff --git a/p/haskell-dice-entropy-conduit/debian/patches/series b/p/haskell-dice-entropy-conduit/debian/patches/series
new file mode 100644
index 0000000..8adabac
--- /dev/null
+++ b/p/haskell-dice-entropy-conduit/debian/patches/series
@@ -0,0 +1 @@
+missing-test-suite-deps.patch
--
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