packages feed

vessel 0.3.0.1 → 0.3.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for vessel +## 0.3.0.2++* Support GHC 9.12+ ## 0.3.0.1  * Support GHC 9.8 and 9.10
vessel.cabal view
@@ -1,5 +1,5 @@ name:               vessel-version:            0.3.0.1+version:            0.3.0.2 description:   A dependently-typed key-value data structure that allows for storage of both "queries", (wherein keys are stored along with reasons for selecting the items or counts of the number of times something has been selected), as well as the responses to those queries, in which the type of the key additionally determines the type of the response @@ -18,7 +18,7 @@ cabal-version:      2.0 category:           Data synopsis:           Functor-parametric containers-tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1+tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.1  flag build-tutorial   default: True@@ -51,7 +51,7 @@    build-depends:       aeson                        >=1.4     && <2.3-    , base                         >=4.9     && <4.21+    , base                         >=4.9     && <4.22     , base-orphans                 >=0.8.5   && <0.10     , bifunctors                   >=5.5     && <5.7     , commutative-semigroups       >=0.1     && <0.3