diff options
Diffstat (limited to 'science/hs-bio/files/patch-Bio_Alignment_Bowtie.hs')
-rw-r--r-- | science/hs-bio/files/patch-Bio_Alignment_Bowtie.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/science/hs-bio/files/patch-Bio_Alignment_Bowtie.hs b/science/hs-bio/files/patch-Bio_Alignment_Bowtie.hs new file mode 100644 index 000000000000..f7ba1305fb88 --- /dev/null +++ b/science/hs-bio/files/patch-Bio_Alignment_Bowtie.hs @@ -0,0 +1,7 @@ +--- Bio/Alignment/Bowtie.hs.orig 2013-07-20 07:25:31 UTC ++++ Bio/Alignment/Bowtie.hs +@@ -1,3 +1,4 @@ ++{-# LANGUAGE FlexibleContexts #-} + {-| This module provides a data type to represent an alignment + produced by the Bowtie short-read alignment tool (see + <http://bowtie-bio.sourceforge.net/index.shtml>). |