[Pkg-haskell-commits] darcs: haskell-yesod-static: staging conduit 1.1 transition

Clint Adams clint at debian.org
Tue Jun 10 13:59:29 UTC 2014


Tue Jun 10 13:54:40 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition

    M ./changelog +6
    M ./control -13 +37
    A ./patches/
    A ./patches/no-wai-test.diff
    A ./patches/series

Tue Jun 10 13:54:40 UTC 2014  Clint Adams <clint at debian.org>
  * staging conduit 1.1 transition
diff -rN -u old-haskell-yesod-static/changelog new-haskell-yesod-static/changelog
--- old-haskell-yesod-static/changelog	2014-06-10 13:59:29.333763646 +0000
+++ new-haskell-yesod-static/changelog	2014-06-10 13:59:29.337763644 +0000
@@ -1,3 +1,9 @@
+haskell-yesod-static (1.2.4-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jun 2014 15:21:28 -0400
+
 haskell-yesod-static (1.2.2.1-1) unstable; urgency=medium
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-yesod-static/control new-haskell-yesod-static/control
--- old-haskell-yesod-static/control	2014-06-10 13:59:29.333763646 +0000
+++ new-haskell-yesod-static/control	2014-06-10 13:59:29.337763644 +0000
@@ -9,28 +9,41 @@
   , ghc
   , ghc-prof
   , ghc-ghci
+  , libghc-async-dev
+  , libghc-async-prof
+  , libghc-attoparsec-dev (>= 0.10)
+  , libghc-attoparsec-prof
   , libghc-base64-bytestring-dev (>= 0.1.0.1)
   , libghc-base64-bytestring-prof
-  , libghc-cereal-dev (>= 0.3)
-  , libghc-cereal-prof
+  , libghc-blaze-builder-dev (>= 0.3)
+  , libghc-blaze-builder-prof
+  , libghc-byteable-dev (>= 0.1)
+  , libghc-byteable-prof
   , libghc-conduit-dev (>= 0.5)
   , libghc-conduit-prof
-  , libghc-crypto-conduit-dev (>= 0.4)
-  , libghc-crypto-conduit-prof
-  , libghc-cryptohash-cryptoapi-dev (>= 0.1.0)
-  , libghc-cryptohash-cryptoapi-prof
+  , libghc-conduit-extra-dev
+  , libghc-conduit-extra-prof
+  , libghc-cryptohash-dev (>= 0.11)
+  , libghc-cryptohash-prof
+  , libghc-cryptohash-conduit-dev (>= 0.1)
+  , libghc-cryptohash-conduit-prof
+  , libghc-css-text-dev (>= 0.1.2)
+  , libghc-css-text-prof
   , libghc-data-default-dev
   , libghc-data-default-prof
   , libghc-file-embed-dev (>= 0.0.4.1)
   , libghc-file-embed-dev (<< 0.5)
   , libghc-file-embed-prof
+  , libghc-hashable-dev (>= 1.1)
+  , libghc-hashable-prof
   , libghc-hjsmin-dev
   , libghc-hjsmin-prof
   , libghc-http-types-dev (>= 0.7)
   , libghc-http-types-prof
-  , libghc-process-conduit-dev (>= 1.0)
-  , libghc-process-conduit-dev (<< 1.1)
-  , libghc-process-conduit-prof
+  , libghc-mime-types-dev (>= 0.1)
+  , libghc-mime-types-prof
+  , libghc-resourcet-dev (>= 0.4)
+  , libghc-resourcet-prof
   , libghc-shakespeare-css-dev (>= 1.0.3)
   , libghc-shakespeare-css-prof
   , libghc-system-fileio-dev (>= 0.3)
@@ -44,6 +57,8 @@
   , libghc-transformers-prof
   , libghc-unix-compat-dev (>= 0.2)
   , libghc-unix-compat-prof
+  , libghc-unordered-containers-dev (>= 0.2)
+  , libghc-unordered-containers-prof
   , libghc-wai-dev (>= 1.3)
   , libghc-wai-prof
   , libghc-wai-app-static-dev (>= 1.3.2)
@@ -54,23 +69,32 @@
   , libghc-hspec-dev (>= 1.3)
   , libghc-hunit-dev
   , libghc-yesod-test-dev (>= 1.2)
-  , libghc-wai-test-dev
+  , libghc-wai-extra-dev (>= 3.0)
 Build-Depends-Indep: ghc-doc
+  , libghc-async-doc
+  , libghc-attoparsec-doc
   , libghc-base64-bytestring-doc
-  , libghc-cereal-doc
+  , libghc-blaze-builder-doc
+  , libghc-byteable-doc
   , libghc-conduit-doc
-  , libghc-crypto-conduit-doc
-  , libghc-cryptohash-cryptoapi-doc
+  , libghc-conduit-extra-doc
+  , libghc-cryptohash-doc
+  , libghc-cryptohash-conduit-doc
+  , libghc-css-text-doc
   , libghc-data-default-doc
   , libghc-file-embed-doc
+  , libghc-hashable-doc
   , libghc-hjsmin-doc
   , libghc-http-types-doc
+  , libghc-mime-types-doc
+  , libghc-resourcet-doc
   , libghc-shakespeare-css-doc
   , libghc-system-fileio-doc
   , libghc-system-filepath-doc
   , libghc-text-doc
   , libghc-transformers-doc
   , libghc-unix-compat-doc
+  , libghc-unordered-containers-doc
   , libghc-wai-doc
   , libghc-wai-app-static-doc
   , libghc-yesod-core-doc
diff -rN -u old-haskell-yesod-static/patches/no-wai-test.diff new-haskell-yesod-static/patches/no-wai-test.diff
--- old-haskell-yesod-static/patches/no-wai-test.diff	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-static/patches/no-wai-test.diff	2014-06-10 13:59:29.341763642 +0000
@@ -0,0 +1,12 @@
+--- a/yesod-static.cabal
++++ b/yesod-static.cabal
+@@ -81,8 +81,7 @@
+     build-depends:   base
+                    , hspec >= 1.3
+                    , yesod-test >= 1.2
+-                   , wai-test
+-                   , wai-extra
++                   , wai-extra >= 3.0
+                    , HUnit
+ 
+                    -- copy from above
diff -rN -u old-haskell-yesod-static/patches/series new-haskell-yesod-static/patches/series
--- old-haskell-yesod-static/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-static/patches/series	2014-06-10 13:59:29.341763642 +0000
@@ -0,0 +1 @@
+no-wai-test.diff




More information about the Pkg-haskell-commits mailing list