summaryrefslogtreecommitdiff
path: root/p/haskell-shakespeare
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-10-20 20:18:17 +0400
committerClint Adams <clint@debian.org>2012-10-20 20:18:17 +0400
commit918323b6de68da68a294207a7b11cdff16b3b7df (patch)
tree70d804c810bb97f182966de99e27fb9773acb7b2 /p/haskell-shakespeare
parentb29e66b9993fcf95f3fc2ee47bbf88bd690c2546 (diff)
downloadDHG_packages-918323b6de68da68a294207a7b11cdff16b3b7df.tar.gz
haskell-shakespeare: New upstream version 1.0.1.4.
Diffstat (limited to 'p/haskell-shakespeare')
-rw-r--r--p/haskell-shakespeare/debian/changelog10
-rw-r--r--p/haskell-shakespeare/debian/control1
-rwxr-xr-xp/haskell-shakespeare/debian/rules2
3 files changed, 10 insertions, 3 deletions
diff --git a/p/haskell-shakespeare/debian/changelog b/p/haskell-shakespeare/debian/changelog
index 9a6f5d6b2..c970665c6 100644
--- a/p/haskell-shakespeare/debian/changelog
+++ b/p/haskell-shakespeare/debian/changelog
@@ -1,10 +1,14 @@
-haskell-shakespeare (1.0.0.2-2) UNRELEASED; urgency=low
+haskell-shakespeare (1.0.1.4-1) experimental; urgency=low
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ [ Joachim Breitner ]
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata@debian.org> Sat, 13 Oct 2012 14:12:47 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint@debian.org> Sat, 20 Oct 2012 12:09:21 -0400
haskell-shakespeare (1.0.0.2-1) unstable; urgency=low
diff --git a/p/haskell-shakespeare/debian/control b/p/haskell-shakespeare/debian/control
index c40c107bf..cf9ef053b 100644
--- a/p/haskell-shakespeare/debian/control
+++ b/p/haskell-shakespeare/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 7)
, libghc-text-dev (>> 0.7)
, libghc-text-dev (<< 0.12)
, libghc-text-prof
+ , libghc-hspec-dev (>> 1.3)
Build-Depends-Indep: ghc-doc
, libghc-parsec3-doc
, libghc-text-doc
diff --git a/p/haskell-shakespeare/debian/rules b/p/haskell-shakespeare/debian/rules
index 683e77bcf..31337b5b6 100755
--- a/p/haskell-shakespeare/debian/rules
+++ b/p/haskell-shakespeare/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