grouped-list 0.2.1.1 → 0.2.1.2
raw patch · 1 files changed
+2/−4 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- grouped-list.cabal +2/−4
grouped-list.cabal view
@@ -1,5 +1,5 @@ name: grouped-list-version: 0.2.1.1+version: 0.2.1.2 synopsis: Grouped lists. Equal consecutive elements are grouped. description: Grouped lists work like regular lists, except for two conditions:@@ -13,8 +13,6 @@ This mean that grouped lists are ideal for cases where the list has many repetitions (like @[1,1,1,1,7,7,7,7,7,7,7,7,2,2,2,2,2]@, although they might present some deficiencies in the absent of repetitions.- .- /Warning: this library is in early development./ license: BSD3 license-file: LICENSE author: Daniel Díaz@@ -30,7 +28,7 @@ default-language: Haskell2010 exposed-modules: Data.GroupedList build-depends:- base >= 4.8 && < 4.9+ base >= 4.8 && < 4.10 , containers , pointed , deepseq