summaryrefslogtreecommitdiff
path: root/p/haskell-http-types
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-05-24 04:49:06 +0400
committerClint Adams <clint@debian.org>2012-05-24 04:49:06 +0400
commitd9173a560e8185d9c6282b314d1723f0efda986b (patch)
treeabe272cc687178117916609099451f3757465908 /p/haskell-http-types
parent18e5cbabf40e684575bdc5bce322178dfebbcaed (diff)
downloadDHG_packages-d9173a560e8185d9c6282b314d1723f0efda986b.tar.gz
haskell-http-types: New upstream version 0.6.11.
Diffstat (limited to 'p/haskell-http-types')
-rw-r--r--p/haskell-http-types/debian/changelog7
-rw-r--r--p/haskell-http-types/debian/control3
-rwxr-xr-xp/haskell-http-types/debian/rules2
3 files changed, 12 insertions, 0 deletions
diff --git a/p/haskell-http-types/debian/changelog b/p/haskell-http-types/debian/changelog
index 1d4fc37a1..cbd83cdd4 100644
--- a/p/haskell-http-types/debian/changelog
+++ b/p/haskell-http-types/debian/changelog
@@ -1,3 +1,10 @@
+haskell-http-types (0.6.11-1) unstable; urgency=low
+
+ * New upstream version.
+ * Enable test suite.
+
+ -- Clint Adams <clint@debian.org> Wed, 23 May 2012 20:39:55 -0400
+
haskell-http-types (0.6.10-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-http-types/debian/control b/p/haskell-http-types/debian/control
index af57f3903..84c829342 100644
--- a/p/haskell-http-types/debian/control
+++ b/p/haskell-http-types/debian/control
@@ -17,6 +17,9 @@ Build-Depends: debhelper (>= 7)
, libghc-text-dev (>> 0.11.0.2)
, libghc-text-dev (<< 0.12)
, libghc-text-prof
+ , libghc-quickcheck2-dev
+ , libghc-hunit-dev
+ , libghc-hspec-dev (>> 1.0)
Build-Depends-Indep: ghc-doc
, libghc-blaze-builder-doc
, libghc-case-insensitive-doc
diff --git a/p/haskell-http-types/debian/rules b/p/haskell-http-types/debian/rules
index 683e77bcf..01f1aaf04 100755
--- a/p/haskell-http-types/debian/rules
+++ b/p/haskell-http-types/debian/rules
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+DEB_ENABLE_TESTS = yes
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk