diff options
author | 2020-09-26 21:53:51 +0100 | |
---|---|---|
committer | 2020-09-26 21:55:08 +0100 | |
commit | 2061aae04d054cdabfcea55a92c5cdb55a8e10b9 (patch) | |
tree | 20782b8ee4f9e257de5b032bd198ecbb458a584a /dev-haskell/bio/files | |
parent | dev-haskell/zlib-enum: update to EAPI=7 (diff) | |
download | gentoo-2061aae04d054cdabfcea55a92c5cdb55a8e10b9.tar.gz gentoo-2061aae04d054cdabfcea55a92c5cdb55a8e10b9.tar.bz2 gentoo-2061aae04d054cdabfcea55a92c5cdb55a8e10b9.zip |
dev-haskell/bio: drop masked package
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/bio/files')
-rw-r--r-- | dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch b/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch deleted file mode 100644 index d570d22917a7..000000000000 --- a/dev-haskell/bio/files/bio-0.5.3-ghc-7.10.patch +++ /dev/null @@ -1,7 +0,0 @@ -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 |