fasta 0.7.1.0 → 0.7.2.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- fasta.cabal +3/−3
fasta.cabal view
@@ -10,13 +10,13 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.7.1.0+version: 0.7.2.0 -- A short (one-line) description of the package. synopsis: A simple, mindless parser for fasta files. -- A longer description of the package.-description: The fasta type specifically split by String, Text, and Lazy Text for simplicity and ease of use, although lacking many features of other parsers. Mainly for use with bioinformatics applications which are very general and need no conversion overhead.+description: The fasta type specifically split by String, Text, Lazy Text, ByteString, and Lazy ByteString for simplicity and ease of use, although lacking many features of other parsers. Mainly for use with bioinformatics applications which are very general and need no conversion overhead. -- URL for the project homepage or repository. homepage: https://github.com/GregorySchwartz/fasta@@ -82,7 +82,7 @@ pipes-group >= 1.0 && < 1.1, pipes-text >= 0.0 && < 0.1, pipes-bytestring >= 2.1 && < 2.2,- lens >= 4.9 && < 4.10,+ lens >= 4.9 && < 4.12, foldl >= 1.0 && < 1.1 -- Directories containing source files.