packages feed

incipit 0.10.0.0 → 0.10.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~polysemy-concPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, polysemy-conc

API changes (from Hackage documentation)

- Incipit.Full: data () => Interrupt (a :: Type -> Type) b
- Incipit.Full: class () => TimeUnit u
+ Incipit.Full: class TimeUnit u
- Incipit.Full: data () => DataLog a (b :: Type -> Type) c
+ Incipit.Full: data DataLog a (b :: Type -> Type) c
- Incipit.Full: data () => Events e (a :: Type -> Type) b
+ Incipit.Full: data Events e (a :: Type -> Type) b
- Incipit.Full: data () => Log (a :: Type -> Type) b
+ Incipit.Full: data Log (a :: Type -> Type) b
- Incipit.Full: data () => Queue d (a :: Type -> Type) b
+ Incipit.Full: data Queue d (a :: Type -> Type) b
- Incipit.Full: data () => QueueResult d
+ Incipit.Full: data QueueResult d
- Incipit.Full: data () => Race (a :: Type -> Type) b
+ Incipit.Full: data Race (a :: Type -> Type) b
- Incipit.Full: data () => Sync d (a :: Type -> Type) b
+ Incipit.Full: data Sync d (a :: Type -> Type) b
- Incipit.Full: data () => Time time date (a :: Type -> Type) b
+ Incipit.Full: data Time time date (a :: Type -> Type) b

Files

incipit.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.36.1. -- -- see: https://github.com/sol/hpack  name:           incipit-version:        0.10.0.0+version:        0.10.0.1 synopsis:       A Prelude for Polysemy description:    See https://hackage.haskell.org/package/incipit/docs/Incipit.html category:       Prelude@@ -13,7 +13,7 @@ bug-reports:    https://github.com/tek/incipit/issues author:         Torsten Schmits maintainer:     hackage@tryp.io-copyright:      2023 Torsten Schmits+copyright:      2025 Torsten Schmits license:        BSD-2-Clause-Patent license-file:   LICENSE build-type:     Simple@@ -113,7 +113,7 @@       NoFieldSelectors   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.20+      base >=4.17.2.1 && <4.21     , incipit-core >=0.4.1.0 && <0.7     , polysemy-conc >=0.11.1.0 && <0.15     , polysemy-log >=0.4.0.0 && <0.12