BiobaseFasta 0.0.0.2 → 0.0.0.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Biobase/Fasta/Import.hs +1/−1
- BiobaseFasta.cabal +1/−1
Biobase/Fasta/Import.hs view
@@ -72,7 +72,7 @@ -> Enumeratee ByteString z m a rollingIter f windowSize peekSize = unfoldConvStream go 0 where go start = do- yss <- roll windowSize (windowSize+peekSize)+ yss <- roll (windowSize+peekSize) windowSize case yss of [ys] -> do let xs = BS.filter (/='\n') ys let l = BS.length xs
BiobaseFasta.cabal view
@@ -1,5 +1,5 @@ name: BiobaseFasta-version: 0.0.0.2+version: 0.0.0.3 author: Christian Hoener zu Siederdissen maintainer: choener@tbi.univie.ac.at homepage: http://www.tbi.univie.ac.at/~choener/