ekg-core 0.1.0.3 → 0.1.0.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ghc-primPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-prim
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- ekg-core.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,7 @@+## 0.1.0.4 (2015-04-12)++ * GHC 7.10 support.+ ## 0.1.0.3 (2015-02-11) * Allow base 4.9.
ekg-core.cabal view
@@ -1,5 +1,5 @@ name: ekg-core-version: 0.1.0.3+version: 0.1.0.4 synopsis: Tracking of system metrics description: This library lets you defined and track system metrics.@@ -28,7 +28,7 @@ System.Metrics.ThreadId build-depends:- ghc-prim < 0.4,+ ghc-prim < 0.5, base >= 4.5 && < 4.9, containers >= 0.5 && < 0.6, text < 1.3,