aboutsummaryrefslogtreecommitdiff
path: root/biohazard.patch
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-07-29 16:47:54 +1000
committerJustin Bedo <cu@cua0.org>2021-07-29 16:47:54 +1000
commit6bd9f1715fc2e1d4548046e3ce2bd91d64625a1e (patch)
treebb557c5ab200f0f7a691e737b59b5044177e0c04 /biohazard.patch
parent7c29ef494f974b457bfef6a5af7d37fa03bb7952 (diff)
convert nix expressions to flakes
Diffstat (limited to 'biohazard.patch')
-rw-r--r--biohazard.patch28
1 files changed, 27 insertions, 1 deletions
diff --git a/biohazard.patch b/biohazard.patch
index b075312..a0302b1 100644
--- a/biohazard.patch
+++ b/biohazard.patch
@@ -1,5 +1,31 @@
+diff --git a/Bio/Bam/Regions.hs b/Bio/Bam/Regions.hs
+index 43992f7..ea20144 100644
+--- a/Bio/Bam/Regions.hs
++++ b/Bio/Bam/Regions.hs
+@@ -9,7 +9,7 @@ module Bio.Bam.Regions
+ ) where
+
+ import Bio.Bam.Header ( Refseq(..) )
+-import Bio.Prelude hiding ( toList )
++import Bio.Prelude hiding ( toList, fromList )
+
+ import qualified Data.IntMap.Strict as IM
+
+diff --git a/Bio/Streaming/Bytes.hs b/Bio/Streaming/Bytes.hs
+index 0651278..7f3454a 100644
+--- a/Bio/Streaming/Bytes.hs
++++ b/Bio/Streaming/Bytes.hs
+@@ -118,7 +118,7 @@ module Bio.Streaming.Bytes (
+
+ ) where
+
+-import Bio.Prelude hiding (break,concat,drop,dropWhile,lines,splitAt,writeFile,empty,loop)
++import Bio.Prelude hiding (break,concat,drop,dropWhile,lines,splitAt,writeFile,empty,loop,hGetContents)
+ import Data.ByteString.Builder.Internal
+ (Builder,builder,runBuilder,runBuilderWith,bufferSize
+ ,AllocationStrategy,ChunkIOStream(..),buildStepToCIOS
diff --git a/Control/Monad/Log.hs b/Control/Monad/Log.hs
-index 5b6598a..de4589f 100644
+index de85bf2..7e49c4b 100644
--- a/Control/Monad/Log.hs
+++ b/Control/Monad/Log.hs
@@ -14,7 +14,7 @@ module Control.Monad.Log