Cabal revisions of range-set-list-0.1.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- This file has been generated from package.yaml by hpack version 0.8.0.------ see: https://github.com/sol/hpack- name: range-set-list version: 0.1.2.0+x-revision: 1 synopsis: Memory efficient sets with ranges of elements. description: Memory efficient sets with continuous ranges of discrete, bounded elements. List- and map-based implementations. Interface mimics 'Data.Set' where possible. homepage: https://github.com/phadej/range-set-list#readme other-extensions: DeriveDataTypeable Safe ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.10,+ base >=4.5 && <4.11, containers >=0.5.3 && <0.6, semigroups >=0.16.2.2 && <0.19, deepseq >=1.3.0.0 && <1.5, tests ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.10,- containers >=0.5.3 && <0.6,- semigroups >=0.16.2.2 && <0.19,- deepseq >=1.3.0.0 && <1.5,- hashable >=1.2.3.3 && <1.3,+ base,+ containers,+ semigroups,+ deepseq,+ hashable, containers >=0.5 && <0.6, tasty >=0.8 && <0.12,- tasty-quickcheck >=0.8 && <0.9,+ tasty-quickcheck >=0.8 && <0.10, range-set-list other-modules: IntMap