range-set-list 0.1.4 → 0.1.4.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~basedep ~containersdep ~deepseqPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers, deepseq, hashable
API changes (from Hackage documentation)
Files
- range-set-list.cabal +7/−7
range-set-list.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: range-set-list-version: 0.1.4+version: 0.1.4.1 synopsis: Memory efficient sets with ranges of elements. category: Data description:@@ -21,7 +21,9 @@ || ==9.4.8 || ==9.6.6 || ==9.8.2- || ==9.10.1+ || ==9.10.3+ || ==9.12.4+ || ==9.14.1 build-type: Simple extra-source-files:@@ -40,10 +42,10 @@ ghc-options: -Wall -fwarn-tabs build-depends:- , base >=4.12.0.0 && <4.21- , containers >=0.6.0.1 && <0.8+ , base >=4.12.0.0 && <4.23+ , containers >=0.6.0.1 && <0.9 , deepseq >=1.4.4.0 && <1.6- , hashable >=1.4.7.0 && <1.5+ , hashable >=1.4.7.0 && <1.6 exposed-modules: Data.RangeSet.Internal@@ -61,8 +63,6 @@ build-depends: , base , containers- , deepseq- , hashable , range-set-list , tasty >=0.8 && <1.6 , tasty-quickcheck >=0.8 && <0.12