nat-optics 1.0.1.0 → 1.0.1.1
raw patch · 2 files changed
+13/−4 lines, 2 filesdep ~basedep ~hspecdep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, hspec, text
API changes (from Hackage documentation)
- NatOptics.NonNegative: data Integer
+ NatOptics.NonNegative: data () => Integer
- NatOptics.NonNegative: data Natural
+ NatOptics.NonNegative: data () => Natural
- NatOptics.Positive: data Integer
+ NatOptics.Positive: data () => Integer
- NatOptics.Positive: data Natural
+ NatOptics.Positive: data () => Natural
Files
- changelog.md +7/−0
- nat-optics.cabal +6/−4
+ changelog.md view
@@ -0,0 +1,7 @@+### 1.0.1.1 (2025-01-21)++Version bumps++### 1.0.1.0++Start of change log
nat-optics.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: nat-optics-version: 1.0.1.0+version: 1.0.1.1 category: Numeric, Optics synopsis:@@ -29,6 +29,8 @@ build-type: Simple +extra-source-files: *.md+ source-repository head type: git location: https://github.com/typeclasses/nat-optics@@ -43,8 +45,8 @@ , TypeApplications common dependencies- build-depends: base ^>= 4.14 || ^>= 4.15 || ^>= 4.16- , text ^>= 1.2.3.2 || ^>= 2.0+ build-depends: base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19+ , text ^>= 1.2.3.2 || ^>= 2.0 || ^>= 2.1 , optics-core ^>= 0.4 library@@ -66,4 +68,4 @@ hs-source-dirs: test main-is: Main.hs build-depends: nat-optics- , hspec ^>= 2.8 || ^>= 2.9 || ^>= 2.10+ , hspec ^>= 2.8 || ^>= 2.9 || ^>= 2.10 || ^>= 2.11