slyfox 15/07/26 14:12:23 Added: bio-0.5.3-ghc-7.10.patch Log: Port to ghc-7.10. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.1 dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch?rev=1.1&content-type=text/plain Index: bio-0.5.3-ghc-7.10.patch =================================================================== diff --git a/Bio/Alignment/Bowtie.hs b/Bio/Alignment/Bowtie.hs index 883b057..3e58f0e 100644 --- a/Bio/Alignment/Bowtie.hs +++ b/Bio/Alignment/Bowtie.hs @@ -1 +1,2 @@ +{-# LANGUAGE FlexibleContexts #-} {-| This module provides a data type to represent an alignment