finite 1.4.1.1 → 1.4.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- finite.cabal +3/−3
finite.cabal view
@@ -1,5 +1,5 @@ name: finite-version: 1.4.1.1+version: 1.4.1.2 synopsis: Finite ranges via types description: A framework for capturing finite ranges with types, where the sizes of the ranges are not@@ -34,7 +34,7 @@ -fignore-asserts build-depends:- base >=4.7 && <4.13+ base >=4.7 && <4.15 , array >=0.5 && <0.6 , containers >=0.5 && <0.7 , hashable >=1.2@@ -75,7 +75,7 @@ src/test build-depends:- base >=4.7 && <4.13+ base >=4.7 && <4.15 , hashable >=1.2 , Cabal >= 2.4 , QuickCheck