incipit 0.6.1.0 → 0.7.0.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~incipit-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: incipit-core
API changes (from Hackage documentation)
Files
- incipit.cabal +2/−2
incipit.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: incipit-version: 0.6.1.0+version: 0.7.0.0 synopsis: A Prelude for Polysemy description: See https://hackage.haskell.org/package/incipit/docs/Incipit.html category: Prelude@@ -132,7 +132,7 @@ ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages build-depends: base >=4.13 && <4.18- , incipit-core >=0.4.1 && <0.5+ , incipit-core ==0.5.* , polysemy-conc ==0.12.* , polysemy-log ==0.9.* , polysemy-resume ==0.7.*