From 1548200e9f897f9a9f249d88cbc916102ba98bb1 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Apr 2014 09:51:37 +0300 Subject: [PATCH] github patch --- patching/patches/github-0.7.4.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 patching/patches/github-0.7.4.patch diff --git a/patching/patches/github-0.7.4.patch b/patching/patches/github-0.7.4.patch new file mode 100644 index 00000000..64257902 --- /dev/null +++ b/patching/patches/github-0.7.4.patch @@ -0,0 +1,23 @@ +diff -ru orig/Github/Private.hs new/Github/Private.hs +--- orig/Github/Private.hs 2014-04-03 09:50:34.182275724 +0300 ++++ new/Github/Private.hs 2014-04-03 09:50:33.000000000 +0300 +@@ -14,7 +14,7 @@ + import qualified Data.ByteString.Lazy.Char8 as LBS + import Network.HTTP.Types (Method, Status(..)) + import Network.HTTP.Conduit +-import Data.Conduit (ResourceT) ++import Control.Monad.Trans.Resource (ResourceT) + import qualified Control.Exception as E + import Data.Maybe (fromMaybe) + +diff -ru orig/github.cabal new/github.cabal +--- orig/github.cabal 2014-04-03 09:50:34.194275724 +0300 ++++ new/github.cabal 2014-04-03 09:50:33.000000000 +0300 +@@ -158,6 +158,7 @@ + http-types, + data-default, + vector, ++ resourcet, + unordered-containers >= 0.2 && < 0.3 + + -- Modules not exported by this package.