summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/haskell-yesod-markdown/debian/changelog7
-rw-r--r--p/haskell-yesod-markdown/debian/control2
-rw-r--r--p/haskell-yesod-markdown/debian/patches/newer-temporary12
-rw-r--r--p/haskell-yesod-markdown/debian/patches/series1
4 files changed, 21 insertions, 1 deletions
diff --git a/p/haskell-yesod-markdown/debian/changelog b/p/haskell-yesod-markdown/debian/changelog
index d1a03347f..24d8f291e 100644
--- a/p/haskell-yesod-markdown/debian/changelog
+++ b/p/haskell-yesod-markdown/debian/changelog
@@ -1,3 +1,10 @@
+haskell-yesod-markdown (0.8.5-2) UNRELEASED; urgency=medium
+
+ * Allow newer temporary, where
+ https://github.com/batterseapower/temporary/pull/12 has been fixed
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 03 Aug 2014 19:45:22 +0200
+
haskell-yesod-markdown (0.8.5-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-yesod-markdown/debian/control b/p/haskell-yesod-markdown/debian/control
index 26b94f6bf..605e0f31f 100644
--- a/p/haskell-yesod-markdown/debian/control
+++ b/p/haskell-yesod-markdown/debian/control
@@ -34,7 +34,7 @@ Build-Depends: debhelper (>= 9)
, libghc-yesod-form-dev (>> 1.3)
, libghc-yesod-form-dev (<< 1.4)
, libghc-yesod-form-prof
- , libghc-temporary-dev (< 1.2.0.2)
+ , libghc-temporary-dev (>= 1.2.0.3)
, libghc-temporary-prof
Build-Depends-Indep: ghc-doc
, libghc-blaze-html-doc
diff --git a/p/haskell-yesod-markdown/debian/patches/newer-temporary b/p/haskell-yesod-markdown/debian/patches/newer-temporary
new file mode 100644
index 000000000..c62ed0b64
--- /dev/null
+++ b/p/haskell-yesod-markdown/debian/patches/newer-temporary
@@ -0,0 +1,12 @@
+Index: haskell-yesod-markdown-0.8.5/yesod-markdown.cabal
+===================================================================
+--- haskell-yesod-markdown-0.8.5.orig/yesod-markdown.cabal 2014-05-09 17:22:23.000000000 +0200
++++ haskell-yesod-markdown-0.8.5/yesod-markdown.cabal 2014-08-03 19:44:42.471263822 +0200
+@@ -26,7 +26,7 @@
+ , yesod-form >= 1.3 && < 1.4
+ , hamlet >= 1.1 && < 1.2
+ , persistent >= 0.9
+- , temporary < 1.2.0.2
++ , temporary >= 1.2.0.3
+
+ ghc-options: -Wall
diff --git a/p/haskell-yesod-markdown/debian/patches/series b/p/haskell-yesod-markdown/debian/patches/series
new file mode 100644
index 000000000..a41ccbfcf
--- /dev/null
+++ b/p/haskell-yesod-markdown/debian/patches/series
@@ -0,0 +1 @@
+newer-temporary