packages feed

mappings 0.3.2.0 → 0.3.3.0

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~containersdep ~partialordPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, partialord

API changes (from Hackage documentation)

Files

mappings.cabal view
@@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack  name:           mappings-version:        0.3.2.0+version:        0.3.3.0 synopsis:       Types which represent functions k -> v description:    A typeclass and a number of implementations; please read README.md on github category:       Data structures@@ -42,10 +42,10 @@   build-depends:       base >=4.16 && <4.22     , cond >=0.5.1 && <0.6-    , containers >=0.6.5 && <0.9+    , containers >=0.6.5 && <0.8     , formatting >=7.0.0 && <7.3     , indexed-traversable >=0.1.1 && <0.2-    , partialord ==0.1.*+    , partialord >=0.0.2 && <0.2   default-language: GHC2021  executable view@@ -60,11 +60,11 @@   build-depends:       base >=4.16 && <4.22     , cond >=0.5.1 && <0.6-    , containers >=0.6.5 && <0.9+    , containers >=0.6.5 && <0.8     , formatting >=7.0.0 && <7.3     , indexed-traversable >=0.1.1 && <0.2     , mappings-    , partialord ==0.1.*+    , partialord >=0.0.2 && <0.2   default-language: GHC2021  test-suite mapping@@ -85,10 +85,10 @@   build-depends:       base >=4.16 && <4.22     , cond >=0.5.1 && <0.6-    , containers >=0.6.5 && <0.9+    , containers >=0.6.5 && <0.8     , formatting >=7.0.0 && <7.3     , hspec ==2.11.*     , indexed-traversable >=0.1.1 && <0.2     , mappings-    , partialord ==0.1.*+    , partialord >=0.0.2 && <0.2   default-language: GHC2021