packages feed

samtools-iteratee 0.2.1 → 0.2.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep −haskell98

Dependencies removed: haskell98

Files

samtools-iteratee.cabal view
@@ -1,5 +1,5 @@ Name:                samtools-iteratee-Version:             0.2.1+Version:             0.2.2 Synopsis:            Iteratee interface to SamTools library Description:         Iteratee interface to SamTools library License:             MIT@@ -17,7 +17,7 @@  Library   Exposed-modules:     Bio.SamTools.Iteratee-  Build-depends:       base >= 4.2 && < 5, bytestring >= 0.9 && < 0.10, haskell98, samtools >= 0.1.1, +  Build-depends:       base >= 4.2 && < 5, bytestring >= 0.9 && < 0.10, samtools >= 0.1.1,                         transformers, iteratee >= 0.8 && < 0.9   Hs-Source-Dirs:      src @@ -26,7 +26,7 @@     Buildable: False   Main-Is:             BamFilter.hs   Other-Modules:       Bio.SamTools.Iteratee-  Build-depends:       base >= 4.2 && < 5, bytestring >= 0.9 && < 0.10, haskell98, samtools >= 0.1.1, +  Build-depends:       base >= 4.2 && < 5, bytestring >= 0.9 && < 0.10, samtools >= 0.1.1,                         transformers, iteratee >= 0.8 && < 0.9, monads-tf   Hs-Source-Dirs:      src   Ghc-options:         -Wall