composite-ekg 0.7.4.0 → 0.7.5.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lens
API changes (from Hackage documentation)
Files
- composite-ekg.cabal +5/−5
composite-ekg.cabal view
@@ -1,20 +1,20 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.33.0.+-- This file has been generated from package.yaml by hpack version 0.34.3. -- -- see: https://github.com/sol/hpack ----- hash: d31c1727756cd21d4e5ac73e6c87cb78aaeef8f972f3d17318623a50156146bf+-- hash: 20afb3252af62b7416ffba6541162eebaaf541deef84c22cffe72b44010002dd name: composite-ekg-version: 0.7.4.0+version: 0.7.5.0 synopsis: EKG Metrics for Vinyl records description: Integration between EKG and Vinyl records allowing records holding registered metrics to be easily constructed from a type declaration. category: Records homepage: https://github.com/ConferOpenSource/composite#readme author: Confer Health, Inc maintainer: oss@vitalbio.com-copyright: 2017 Confer Health, Inc., 2020 Vital Biosciences+copyright: 2017 Confer Health, Inc., 2020-2021 Vital Biosciences license: BSD3 build-type: Simple @@ -31,7 +31,7 @@ base >=4.7 && <5 , composite-base >=0.7 && <0.8 , ekg-core >=0.1.1.3 && <0.5- , lens >=4.15.4 && <4.20+ , lens >=4.15.4 && <5.1 , text >=1.2.2.2 && <1.3 , vinyl >=0.5.3 && <0.14 default-language: Haskell2010