ekg-core 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- CHANGES.md +8/−0
- ekg-core.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,11 @@+## 0.1.0.2 (2014-09-30)++ * Bump upper bound on text to 1.3++## 0.1.0.1 (2013-06-06)++ * Fix a deadlock in Distribution+ ## 0.1.0.0 (2013-05-01) * Initial release.
ekg-core.cabal view
@@ -1,5 +1,5 @@ name: ekg-core-version: 0.1.0.1+version: 0.1.0.2 synopsis: Tracking of system metrics description: This library lets you defined and track system metrics.@@ -31,7 +31,7 @@ ghc-prim < 0.4, base >= 4.5 && < 4.8, containers >= 0.5 && < 0.6,- text < 1.2,+ text < 1.3, unordered-containers < 0.3 default-language: Haskell2010