[Pkg-haskell-commits] darcs: haskell-yesod-auth-oauth: Do not depend on transformers, which now comes with GHC

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


Sat Dec 20 19:29:57 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC

    M ./changelog +1
    M ./control -4

Sat Dec 20 19:29:57 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not depend on transformers, which now comes with GHC
diff -rN -u old-haskell-yesod-auth-oauth/changelog new-haskell-yesod-auth-oauth/changelog
--- old-haskell-yesod-auth-oauth/changelog	2014-12-22 15:22:52.307041617 +0000
+++ new-haskell-yesod-auth-oauth/changelog	2014-12-22 15:22:52.311041619 +0000
@@ -2,6 +2,7 @@
 
   * Depend on haskell-devscripts 0.9, found in experimental
   * New upstream release
+  * Do not depend on transformers, which now comes with GHC
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:03:42 +0100
 
diff -rN -u old-haskell-yesod-auth-oauth/control new-haskell-yesod-auth-oauth/control
--- old-haskell-yesod-auth-oauth/control	2014-12-22 15:22:52.307041617 +0000
+++ new-haskell-yesod-auth-oauth/control	2014-12-22 15:22:52.307041617 +0000
@@ -13,9 +13,6 @@
                , libghc-authenticate-oauth-prof
                , libghc-text-dev (>> 0.7)
                , libghc-text-prof
-               , libghc-transformers-dev (>> 0.2.2)
-               , libghc-transformers-dev (<< 0.5)
-               , libghc-transformers-prof
                , libghc-yesod-auth-dev (>= 1.4)
                , libghc-yesod-auth-dev (<< 1.5)
                , libghc-yesod-auth-prof
@@ -31,7 +28,6 @@
 Build-Depends-Indep: ghc-doc
                      , libghc-authenticate-oauth-doc
                      , libghc-text-doc
-                     , libghc-transformers-doc
                      , libghc-yesod-auth-doc
                      , libghc-yesod-core-doc
                      , libghc-yesod-form-doc




More information about the Pkg-haskell-commits mailing list