[Pkg-haskell-commits] darcs: haskell-yesod: Update build-depends

Joachim Breitner mail at joachim-breitner.de
Mon Dec 22 15:22:22 UTC 2014


Mon Dec 22 13:08:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Update build-depends

    M ./control -45 +36
    R ./patches/no-network-conduit.diff
    R ./patches/series
    R ./patches/

Mon Dec 22 13:08:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Update build-depends
diff -rN -u old-haskell-yesod/control new-haskell-yesod/control
--- old-haskell-yesod/control	2014-12-22 15:22:22.663028453 +0000
+++ new-haskell-yesod/control	2014-12-22 15:22:22.667028455 +0000
@@ -8,60 +8,54 @@
   , haskell-devscripts (>= 0.9)
   , ghc
   , ghc-prof
-  , libghc-aeson-dev
-  , libghc-aeson-prof
+  , ghc-ghci
+  , libghc-yesod-core-dev (>= 1.4)
+  , libghc-yesod-core-dev (<< 1.5)
+  , libghc-yesod-core-prof
+  , libghc-yesod-auth-dev (>= 1.4)
+  , libghc-yesod-auth-dev (<< 1.5)
+  , libghc-yesod-auth-prof
+  , libghc-yesod-persistent-dev (>= 1.4)
+  , libghc-yesod-persistent-dev (<< 1.5)
+  , libghc-yesod-persistent-prof
+  , libghc-yesod-form-dev (>= 1.4)
+  , libghc-yesod-form-dev (<< 1.5)
+  , libghc-yesod-form-prof
+  , libghc-monad-control-dev (>= 0.3)
+  , libghc-monad-control-dev (<< 0.4)
+  , libghc-monad-control-prof
+  , libghc-wai-dev (>= 1.3)
+  , libghc-wai-prof
+  , libghc-wai-extra-dev (>= 1.3)
+  , libghc-wai-extra-prof
+  , libghc-warp-dev (>= 1.3)
+  , libghc-warp-prof
   , libghc-blaze-html-dev (>= 0.5)
   , libghc-blaze-html-prof
   , libghc-blaze-markup-dev (>= 0.5.1)
   , libghc-blaze-markup-prof
-  , libghc-conduit-extra-dev
-  , libghc-conduit-extra-prof
+  , libghc-aeson-dev
+  , libghc-aeson-prof
+  , libghc-safe-dev
+  , libghc-safe-prof
   , libghc-data-default-dev
   , libghc-data-default-prof
-  , libghc-fast-logger-dev
-  , libghc-fast-logger-prof
-  , libghc-hamlet-dev (>= 1.1)
-  , libghc-hamlet-prof
-  , libghc-monad-control-dev (>= 0.3)
-  , libghc-monad-control-dev (<< 0.4)
-  , libghc-monad-control-prof
+  , libghc-unordered-containers-dev
+  , libghc-unordered-containers-prof
+  , libghc-yaml-dev
+  , libghc-yaml-prof
+  , libghc-text-dev
+  , libghc-text-prof
   , libghc-monad-logger-dev
   , libghc-monad-logger-prof
-  , libghc-safe-dev
-  , libghc-safe-prof
+  , libghc-fast-logger-dev
+  , libghc-fast-logger-prof
+  , libghc-conduit-extra-dev
+  , libghc-conduit-extra-prof
   , libghc-shakespeare-dev
   , libghc-shakespeare-prof
-  , libghc-shakespeare-css-dev (>= 1.0)
-  , libghc-shakespeare-css-prof
-  , libghc-shakespeare-js-dev (>= 1.0.2)
-  , libghc-shakespeare-js-prof
   , libghc-streaming-commons-dev
   , libghc-streaming-commons-prof
-  , ghc-ghci
-  , libghc-text-dev
-  , libghc-text-prof
-  , libghc-unordered-containers-dev
-  , libghc-unordered-containers-prof
-  , libghc-wai-dev (>= 1.3)
-  , libghc-wai-prof
-  , libghc-wai-extra-dev (>= 1.3)
-  , libghc-wai-extra-prof
-  , libghc-warp-dev (>= 1.3)
-  , libghc-warp-prof
-  , libghc-yaml-dev
-  , libghc-yaml-prof
-  , libghc-yesod-auth-dev (>= 1.2)
-  , libghc-yesod-auth-dev (<< 1.4)
-  , libghc-yesod-auth-prof
-  , libghc-yesod-core-dev (>= 1.2.2)
-  , libghc-yesod-core-dev (<< 1.3)
-  , libghc-yesod-core-prof
-  , libghc-yesod-form-dev (>= 1.3)
-  , libghc-yesod-form-dev (<< 1.4)
-  , libghc-yesod-form-prof
-  , libghc-yesod-persistent-dev (>= 1.2)
-  , libghc-yesod-persistent-dev (<< 1.3)
-  , libghc-yesod-persistent-prof
 Build-Depends-Indep: ghc-doc
   , libghc-aeson-doc
   , libghc-blaze-html-doc
@@ -69,13 +63,10 @@
   , libghc-conduit-extra-doc
   , libghc-data-default-doc
   , libghc-fast-logger-doc
-  , libghc-hamlet-doc
   , libghc-monad-control-doc
   , libghc-monad-logger-doc
   , libghc-safe-doc
   , libghc-shakespeare-doc
-  , libghc-shakespeare-css-doc
-  , libghc-shakespeare-js-doc
   , libghc-streaming-commons-doc
   , libghc-text-doc
   , libghc-unordered-containers-doc
diff -rN -u old-haskell-yesod/patches/no-network-conduit.diff new-haskell-yesod/patches/no-network-conduit.diff
--- old-haskell-yesod/patches/no-network-conduit.diff	2014-12-22 15:22:22.663028453 +0000
+++ new-haskell-yesod/patches/no-network-conduit.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
---- a/yesod.cabal
-+++ b/yesod.cabal
-@@ -39,7 +39,6 @@
-                    , aeson
-                    , safe
-                    , data-default
--                   , network-conduit
-                    , unordered-containers
-                    , yaml
-                    , text
diff -rN -u old-haskell-yesod/patches/series new-haskell-yesod/patches/series
--- old-haskell-yesod/patches/series	2014-12-22 15:22:22.663028453 +0000
+++ new-haskell-yesod/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-no-network-conduit.diff




More information about the Pkg-haskell-commits mailing list