pipes-bgzf 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Pipes.Bgzf: parseHeader :: ByteString -> Int
Files
- Pipes/Bgzf.hs +1/−0
- pipes-bgzf.cabal +2/−2
Pipes/Bgzf.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE ForeignFunctionInterface, RankNTypes, OverloadedStrings #-} module Pipes.Bgzf ( inflateBlock,+ parseHeader, bgzfPipe, bgzfMultiPipe ) where
pipes-bgzf.cabal view
@@ -1,5 +1,5 @@ name: pipes-bgzf-version: 0.2.0.0+version: 0.2.0.1 License: BSD3 License-File: LICENSE synopsis: Blocked GZip@@ -20,4 +20,4 @@ other-extensions: ForeignFunctionInterface build-depends: base >=4.6 && <5, streaming-commons >=0.1 && <0.2, bytestring >=0.10 && <0.11, pipes >= 4.1 && <4.2, mtl, parallel default-language: Haskell2010- ghc-options: -Wall -O2+ ghc-options: -Wall