strongweak 0.7.0 → 0.7.1
raw patch · 2 files changed
+8/−5 lines, 2 filesdep ~basedep ~rerefineddep ~vector-sized
Dependency ranges changed: base, rerefined, vector-sized
Files
- CHANGELOG.md +3/−0
- strongweak.cabal +5/−5
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.7.1 (2024-05-27)+* bump meta/dependencies+ ## 0.7.0 (2024-05-11) * replaced refined1 with rerefined * simplify failures
strongweak.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: strongweak-version: 0.7.0+version: 0.7.1 synopsis: Convert between strong and weak representations of types description: Please see README.md. category: Data@@ -56,9 +56,9 @@ MagicHash ghc-options: -Wall -Wno-unticked-promoted-constructors build-depends:- base >=4.17 && <5+ base >=4.18 && <5 , either >=5.0.1.1 && <5.1- , rerefined >=0.4.0 && <0.5+ , rerefined >=0.5.0 && <0.6 , text >=1.2.5.0 && <2.2 , text-builder-linear >=0.1.2 && <0.2 , vector >=0.12.3.1 && <0.14@@ -90,12 +90,12 @@ hspec-discover:hspec-discover >=2.7 && <2.12 build-depends: QuickCheck >=2.14.2 && <2.16- , base >=4.17 && <5+ , base >=4.18 && <5 , either >=5.0.1.1 && <5.1 , generic-random >=1.5.0.1 && <1.6 , hspec >=2.7 && <2.12 , quickcheck-instances >=0.3.26 && <0.4- , rerefined >=0.4.0 && <0.5+ , rerefined >=0.5.0 && <0.6 , strongweak , text >=1.2.5.0 && <2.2 , text-builder-linear >=0.1.2 && <0.2