composite-ekg 0.4.2.0 → 0.5.0.0
raw patch · 1 files changed
+4/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- composite-ekg.cabal +4/−2
composite-ekg.cabal view
@@ -1,9 +1,9 @@--- This file has been generated from package.yaml by hpack version 0.17.0.+-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: composite-ekg-version: 0.4.2.0+version: 0.5.0.0 synopsis: EKG Metrics for Vinyl/Frames records description: Integration between EKG and Vinyl/Frames records allowing records holding registered metrics to be easily constructed from a type declaration. category: Records@@ -30,4 +30,6 @@ , vinyl exposed-modules: Composite.Ekg+ other-modules:+ Paths_composite_ekg default-language: Haskell2010