-- This file has been generated from package.yaml by hpack version 0.7.1. -- -- see: https://github.com/sol/hpack name: range-set-list version: 0.1.0.0 synopsis: Memory efficient sets with continuous ranges of elements. description: Memory efficient sets with continuous ranges of elements. List based implementation. Interface mimics 'Data.Set' interface 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 maintainer: Oleg Grenrus category: Documentation tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2 build-type: Simple cabal-version: >= 1.10 extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/phadej/range-set-list library hs-source-dirs: src ghc-options: -Wall -fwarn-tabs build-depends: base >=4.5 && <4.9 exposed-modules: Data.RangeSet.List default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Tests.hs hs-source-dirs: tests ghc-options: -Wall -fwarn-tabs build-depends: base >=4.5 && <4.9, containers >=0.5 && <0.6, tasty >=0.8 && <0.12, tasty-quickcheck >=0.8 && <0.9, range-set-list default-language: Haskell2010