packages feed

blosum 0.1.1.3 → 0.1.1.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~optparse-applicativePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, optparse-applicative

API changes (from Hackage documentation)

Files

blosum.cabal view
@@ -1,7 +1,7 @@ name:                blosum-version:             0.1.1.3+version:             0.1.1.4 synopsis:            BLOSUM generator-description:         Please see README.md+description:         Generates BLOSUMs for use with finding the degree of amino acid conservation. homepage:            http://github.com/GregorySchwartz/blosum#readme license:             GPL-2 license-file:        LICENSE@@ -20,7 +20,7 @@                      , Cluster                      , Matrix                      , Print-  build-depends:       base >= 4.7 && < 5+  build-depends:       base >= 4.9 && < 5                      , containers                      , text                      , text-show@@ -40,7 +40,7 @@                      , split                      , pipes                      , pipes-text-                     , optparse-applicative+                     , optparse-applicative >=0.13   default-language:    Haskell2010  source-repository head