packages feed

samtools-enumerator 0.1 → 0.1.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

samtools-enumerator.cabal view
@@ -1,18 +1,18 @@ Name:                samtools-enumerator-Version:             0.1+Version:             0.1.1 Synopsis:            Enumerator interface to SamTools library Description:         Enumerator interface to SamTools library License:             MIT License-file:        LICENSE Author:              Nicholas Ingolia Maintainer:          nick@ingolia.org-Category:            Bio+Category:            Bioinformatics  Build-type:          Simple Cabal-version:       >=1.4  Library   Exposed-modules:     Bio.SamTools.Enumerator-  Build-depends:       base >= 4.3 && < 5, bytestring, haskell98, transformers, enumerator >= 0.4.7 && < 0.5, samtools >= 0.1.1 && < 0.2+  Build-depends:       base >= 4.2 && < 5, bytestring, haskell98, transformers, enumerator >= 0.4.7 && < 0.5, samtools >= 0.1.1 && < 0.2   Hs-Source-Dirs:      src