Description: Relax *conduit deps so we can build against versions in Raring
Author: Colin Watson <cjwatson@ubuntu.com>
Forwarded: not-needed

Index: b/authenticate-oauth.cabal
===================================================================
--- a/authenticate-oauth.cabal
+++ b/authenticate-oauth.cabal
@@ -15,7 +15,7 @@
 
 library
     build-depends:   base                          >= 4        && < 5
-                   , http-conduit                  >= 1.4      && < 1.9
+                   , http-conduit                  >= 1.4
                    , transformers                  >= 0.1      && < 0.4
                    , bytestring                    >= 0.9
                    , crypto-pubkey-types           >= 0.1      && < 0.3
@@ -27,9 +27,9 @@
                    , random
                    , http-types                    >= 0.6      && < 0.9
                    , blaze-builder
-                   , conduit                       >= 0.4      && < 0.6
+                   , conduit                       >= 0.4
                    , resourcet                     >= 0.3      && < 0.5
-                   , blaze-builder-conduit         >= 0.4      && < 0.6
+                   , blaze-builder-conduit         >= 0.4
                    , monad-control                 >= 0.3      && < 0.4
     exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO
     ghc-options:     -Wall
