aboutsummaryrefslogtreecommitdiff
path: root/science/hs-bio/files/patch-Bio_Alignment_Bowtie.hs
blob: f7ba1305fb88887c53ea562666d2a48e63335002 (plain) (blame)
1
2
3
4
5
6
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>).