packages feed

incipit-core 0.4.1.0 → 0.5.0.0

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~incipit-basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: incipit-base

API changes (from Hackage documentation)

Files

incipit-core.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           incipit-core-version:        0.4.1.0+version:        0.5.0.0 synopsis:       A Prelude for Polysemy description:    See https://hackage.haskell.org/package/incipit-core/docs/IncipitCore.html category:       Prelude@@ -127,6 +127,6 @@   ghc-options: -Wall -Wredundant-constraints -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Widentities -Wunused-packages   build-depends:       base >=4.13 && <4.18-    , incipit-base ==0.4.1.0+    , incipit-base ==0.5.0.0     , polysemy >=1.6   default-language: Haskell2010