[Pkg-haskell-commits] darcs: haskell-yesod-markdown: Allow newer temporary, where https://github.com/batterseapower/temporary/pull/12 has been fixed

Joachim Breitner mail at joachim-breitner.de
Mon Aug 4 22:57:56 UTC 2014


Sun Aug  3 19:04:58 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Allow newer temporary, where https://github.com/batterseapower/temporary/pull/12 has been fixed 

    M ./changelog +7
    M ./control -1 +1
    A ./patches/
    A ./patches/newer-temporary
    A ./patches/series

Sun Aug  3 19:04:58 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Allow newer temporary, where https://github.com/batterseapower/temporary/pull/12 has been fixed 
diff -rN -u old-haskell-yesod-markdown/changelog new-haskell-yesod-markdown/changelog
--- old-haskell-yesod-markdown/changelog	2014-08-04 22:57:56.029703079 +0000
+++ new-haskell-yesod-markdown/changelog	2014-08-04 22:57:56.037703073 +0000
@@ -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 at debian.org>  Sun, 03 Aug 2014 19:45:22 +0200
+
 haskell-yesod-markdown (0.8.5-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-haskell-yesod-markdown/control new-haskell-yesod-markdown/control
--- old-haskell-yesod-markdown/control	2014-08-04 22:57:56.029703079 +0000
+++ new-haskell-yesod-markdown/control	2014-08-04 22:57:56.033703076 +0000
@@ -34,7 +34,7 @@
  , 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 -rN -u old-haskell-yesod-markdown/patches/newer-temporary new-haskell-yesod-markdown/patches/newer-temporary
--- old-haskell-yesod-markdown/patches/newer-temporary	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-markdown/patches/newer-temporary	2014-08-04 22:57:56.033703076 +0000
@@ -0,0 +1,13 @@
+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 -rN -u old-haskell-yesod-markdown/patches/series new-haskell-yesod-markdown/patches/series
--- old-haskell-yesod-markdown/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-markdown/patches/series	2014-08-04 22:57:56.033703076 +0000
@@ -0,0 +1 @@
+newer-temporary




More information about the Pkg-haskell-commits mailing list