fasta 0.5.2.0 → 0.5.3.0
raw patch · 4 files changed
+4/−1 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Data.Fasta.String.Parse: removeN :: FastaSequence -> FastaSequence
+ Data.Fasta.Text.Lazy.Parse: removeN :: FastaSequence -> FastaSequence
+ Data.Fasta.Text.Parse: removeN :: FastaSequence -> FastaSequence
Files
- fasta.cabal +1/−1
- src/Data/Fasta/String/Parse.hs +1/−0
- src/Data/Fasta/Text/Lazy/Parse.hs +1/−0
- src/Data/Fasta/Text/Parse.hs +1/−0
fasta.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.5.2.0+version: 0.5.3.0 -- A short (one-line) description of the package. synopsis: A simple, mindless parser for fasta files.
src/Data/Fasta/String/Parse.hs view
@@ -10,6 +10,7 @@ module Data.Fasta.String.Parse ( parseFasta , parseCLIPFasta , removeNs+ , removeN , removeCLIPNs ) where -- Built-in
src/Data/Fasta/Text/Lazy/Parse.hs view
@@ -11,6 +11,7 @@ module Data.Fasta.Text.Lazy.Parse ( parseFasta , parseCLIPFasta , removeNs+ , removeN , removeCLIPNs ) where -- Built-in
src/Data/Fasta/Text/Parse.hs view
@@ -11,6 +11,7 @@ module Data.Fasta.Text.Parse ( parseFasta , parseCLIPFasta , removeNs+ , removeN , removeCLIPNs ) where -- Built-in