packages feed

incipit-core 0.7.0.1 → 0.7.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

incipit-core.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.38.2.+-- This file has been generated from package.yaml by hpack version 0.38.3. -- -- see: https://github.com/sol/hpack  name:           incipit-core-version:        0.7.0.1+version:        0.7.0.2 synopsis:       A Prelude for Polysemy description:    See https://hackage.haskell.org/package/incipit-core/docs/IncipitCore.html category:       Prelude@@ -100,7 +100,7 @@       ViewPatterns   ghc-options: -Wall -Widentities -Wincomplete-uni-patterns -Wmissing-deriving-strategies -Wredundant-constraints -Wunused-type-patterns -Wunused-packages   build-depends:-      base >=4.17.2.1 && <4.22+      base >=4.17.2.1 && <4.23     , incipit-base >=0.4.0.0 && <0.8     , polysemy >=1.6.0.0 && <1.10   default-language: GHC2021