modify-fasta 0.8.1.2 → 0.8.1.3
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- app/Main.hs +1/−0
- modify-fasta.cabal +1/−1
app/Main.hs view
@@ -490,6 +490,7 @@ >-> PT.toHandle hOut -- Finish up by closing file if written+ unless (null . input $ opts) (IO.hClose hIn) unless (null . output $ opts) (IO.hClose hOut) -- Legacy function
modify-fasta.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: modify-fasta-version: 0.8.1.2+version: 0.8.1.3 synopsis: Modify fasta (and CLIP) files in several optional ways -- description: homepage: https://github.com/GregorySchwartz/modify-fasta