packages feed

hasmin 0.3.2.1 → 0.3.2.2

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~criterionPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: criterion

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ # Changelog +## 0.3.2.2+* Relaxed criterion upper bound.+ ## 0.3.2.1 * Relaxed optparse-applicative upper bound. 
hasmin.cabal view
@@ -1,5 +1,5 @@ name:                hasmin
-version:             0.3.2.1
+version:             0.3.2.2
 license:             BSD3
 license-file:        LICENSE
 author:              (c) 2017 Cristian Adrián Ontivero <cristianontivero@gmail.com>
@@ -140,7 +140,7 @@   main-is:             Benchmarks.hs
   ghc-options:         -threaded -Wall -fno-warn-orphans
   build-depends:       base             >=4.9  && <5.1
-                     , criterion        >=0.11 && <1.2
+                     , criterion        >=0.11 && <1.3
                      , directory
                      , text             >=1.2  && <1.3
                      , hasmin