packages feed

domain-optics 0.1 → 0.1.0.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~optics-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: optics-core

API changes (from Hackage documentation)

Files

domain-optics.cabal view
@@ -1,5 +1,5 @@ name: domain-optics-version: 0.1+version: 0.1.0.1 synopsis: Integration of domain with optics homepage: https://github.com/nikita-volkov/domain-optics bug-reports: https://github.com/nikita-volkov/domain-optics/issues@@ -28,7 +28,7 @@   build-depends:     base >=4.12 && <5,     domain-core >=0.1 && <0.2,-    optics-core >=0.3.0.1 && <0.4,+    optics-core >=0.3.0.1 && <0.5,     text >=1 && <2,     template-haskell >=2.14 && <3,     template-haskell-compat-v0208 >=0.1.5 && <0.2,