From a52d26de004d06f1bd7e017243c6b6b7d97630db Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 3 Apr 2014 10:54:06 +0300 Subject: [PATCH] BiobaseTurner patch --- patching/patches/BiobaseTurner-0.3.1.1.patch | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 patching/patches/BiobaseTurner-0.3.1.1.patch diff --git a/patching/patches/BiobaseTurner-0.3.1.1.patch b/patching/patches/BiobaseTurner-0.3.1.1.patch new file mode 100644 index 00000000..935dbad4 --- /dev/null +++ b/patching/patches/BiobaseTurner-0.3.1.1.patch @@ -0,0 +1,23 @@ +diff -ru orig/Biobase/Turner/Import.hs new/Biobase/Turner/Import.hs +--- orig/Biobase/Turner/Import.hs 2014-04-03 10:53:56.310194793 +0300 ++++ new/Biobase/Turner/Import.hs 2014-04-03 10:53:56.000000000 +0300 +@@ -37,6 +37,7 @@ + module Biobase.Turner.Import where + + import Control.Arrow ++import Control.Monad.Trans.Resource (runResourceT) + import Data.Array.Repa.Index + import Data.ByteString.Char8 as BS + import Data.ByteString.Lex.Double +diff -ru orig/BiobaseTurner.cabal new/BiobaseTurner.cabal +--- orig/BiobaseTurner.cabal 2014-04-03 10:53:56.310194793 +0300 ++++ new/BiobaseTurner.cabal 2014-04-03 10:53:56.000000000 +0300 +@@ -35,6 +35,8 @@ + bytestring >= 0.9 , + bytestring-lexing >= 0.4 , + conduit >= 0.5 , ++ conduit-extra >= 1.0 , ++ resourcet >= 0.4 , + containers >= 0.4 , + filepath >= 1 , + lens >= 3.8 ,