Cabal revisions of range-set-list-0.1.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >= 1.10-name: range-set-list-version: 0.1.3.1--synopsis: Memory efficient sets with ranges of elements.-category: Data-description: Memory efficient sets with continuous ranges of discrete, bounded elements. List- and map-based implementations. Interface mimics 'Data.Set' where possible.+cabal-version: >=1.10+name: range-set-list+version: 0.1.3.1+x-revision: 1+synopsis: Memory efficient sets with ranges of elements.+category: Data+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-bug-reports: https://github.com/phadej/range-set-list/issues-license: MIT-license-file: LICENSE-author: Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1-build-type: Simple+homepage: https://github.com/phadej/range-set-list#readme+bug-reports: https://github.com/phadej/range-set-list/issues+license: MIT+license-file: LICENSE+author: Oleg Grenrus <oleg.grenrus@iki.fi>+maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>+tested-with:+ GHC ==7.4.2+ || ==7.6.3+ || ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.5+ || ==8.8.3+ || ==8.10.1 +build-type: Simple extra-source-files: CHANGELOG.md README.md source-repository head- type: git+ type: git location: https://github.com/phadej/range-set-list library- hs-source-dirs:- src- other-extensions: DeriveDataTypeable Safe- ghc-options: -Wall -fwarn-tabs+ hs-source-dirs: src+ other-extensions:+ DeriveDataTypeable+ Safe++ ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.14,- containers >=0.5.3 && <0.7,- deepseq >=1.3.0.0 && <1.5,- hashable >=1.2.3.3 && <1.4- if !impl(ghc >= 8.0)- build-depends:- semigroups >=0.16.2.2 && <0.20+ base >=4.5 && <4.15+ , containers >=0.5.3 && <0.7+ , deepseq >=1.3.0.0 && <1.5+ , hashable >=1.2.3.3 && <1.4++ if !impl(ghc >=8.0)+ build-depends: semigroups >=0.16.2.2 && <0.20+ exposed-modules: Data.RangeSet.Internal Data.RangeSet.IntMap Data.RangeSet.List Data.RangeSet.Map+ default-language: Haskell2010 test-suite test- type: exitcode-stdio-1.0- main-is: Tests.hs- hs-source-dirs:- tests- ghc-options: -Wall -fwarn-tabs+ type: exitcode-stdio-1.0+ main-is: Tests.hs+ hs-source-dirs: tests+ ghc-options: -Wall -fwarn-tabs build-depends:- base,- containers,- deepseq,- hashable,- containers,- tasty >=0.8 && <1.3,- tasty-quickcheck >=0.8 && <0.11,- range-set-list- if !impl(ghc >= 8.0)- build-depends:- semigroups+ base+ , containers+ , deepseq+ , hashable+ , range-set-list+ , tasty >=0.8 && <1.3+ , tasty-quickcheck >=0.8 && <0.11++ if !impl(ghc >=8.0)+ build-depends: semigroups+ other-modules: IntMap List Map SetAction+ default-language: Haskell2010
revision 2
cabal-version: >=1.10 name: range-set-list version: 0.1.3.1-x-revision: 1+x-revision: 2 synopsis: Memory efficient sets with ranges of elements. category: Data description: || ==8.2.2 || ==8.4.4 || ==8.6.5- || ==8.8.3- || ==8.10.1+ || ==8.8.4+ || ==8.10.4+ || ==9.0.1 build-type: Simple extra-source-files: ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.15+ base >=4.5 && <4.16 , containers >=0.5.3 && <0.7 , deepseq >=1.3.0.0 && <1.5 , hashable >=1.2.3.3 && <1.4 , deepseq , hashable , range-set-list- , tasty >=0.8 && <1.3+ , tasty >=0.8 && <1.4 , tasty-quickcheck >=0.8 && <0.11 if !impl(ghc >=8.0)
revision 3
cabal-version: >=1.10 name: range-set-list version: 0.1.3.1-x-revision: 2+x-revision: 3 synopsis: Memory efficient sets with ranges of elements. category: Data description: || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4+ || ==8.10.7 || ==9.0.1+ || ==9.2.1 build-type: Simple extra-source-files: ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.16+ base >=4.5 && <4.17 , containers >=0.5.3 && <0.7 , deepseq >=1.3.0.0 && <1.5- , hashable >=1.2.3.3 && <1.4+ , hashable >=1.2.3.3 && <1.5 if !impl(ghc >=8.0)- build-depends: semigroups >=0.16.2.2 && <0.20+ build-depends: semigroups >=0.16.2.2 && <0.21 exposed-modules: Data.RangeSet.Internal , deepseq , hashable , range-set-list- , tasty >=0.8 && <1.4+ , tasty >=0.8 && <1.5 , tasty-quickcheck >=0.8 && <0.11 if !impl(ghc >=8.0)
revision 4
cabal-version: >=1.10 name: range-set-list version: 0.1.3.1-x-revision: 3+x-revision: 4 synopsis: Memory efficient sets with ranges of elements. category: Data description: || ==8.6.5 || ==8.8.4 || ==8.10.7- || ==9.0.1- || ==9.2.1+ || ==9.0.2+ || ==9.2.4+ || ==9.4.1 build-type: Simple extra-source-files: ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.17+ base >=4.5 && <4.18 , containers >=0.5.3 && <0.7 , deepseq >=1.3.0.0 && <1.5 , hashable >=1.2.3.3 && <1.5
revision 5
cabal-version: >=1.10 name: range-set-list version: 0.1.3.1-x-revision: 4+x-revision: 5 synopsis: Memory efficient sets with ranges of elements. category: Data description: || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.4- || ==9.4.1+ || ==9.2.7+ || ==9.4.4+ || ==9.6.1 build-type: Simple extra-source-files: ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.18+ base >=4.5 && <4.19 , containers >=0.5.3 && <0.7 , deepseq >=1.3.0.0 && <1.5 , hashable >=1.2.3.3 && <1.5
revision 6
cabal-version: >=1.10 name: range-set-list version: 0.1.3.1-x-revision: 5+x-revision: 6 synopsis: Memory efficient sets with ranges of elements. category: Data description: || ==8.8.4 || ==8.10.7 || ==9.0.2- || ==9.2.7- || ==9.4.4- || ==9.6.1+ || ==9.2.8+ || ==9.4.8+ || ==9.6.3+ || ==9.8.1 build-type: Simple extra-source-files: ghc-options: -Wall -fwarn-tabs build-depends:- base >=4.5 && <4.19+ base >=4.5 && <4.20 , containers >=0.5.3 && <0.7- , deepseq >=1.3.0.0 && <1.5+ , deepseq >=1.3.0.0 && <1.6 , hashable >=1.2.3.3 && <1.5 if !impl(ghc >=8.0) , deepseq , hashable , range-set-list- , tasty >=0.8 && <1.5+ , tasty >=0.8 && <1.6 , tasty-quickcheck >=0.8 && <0.11 if !impl(ghc >=8.0)