name: range-set version: 0.1.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: (c) 2016, Micxjo Funkcio maintainer: Micxjo Funkcio homepage: http://github.com/micxjo/range-set synopsis: A set of elements represented as a list of ranges. description: A set of elements represented as a list of ranges. category: Data author: Micxjo Funkcio source-repository head type: git location: https://github.com/micxjo/range-set library exposed-modules: Data.RangeSet Data.Range build-depends: base >=4.7 && <5, semigroups >=0.18.1 && <0.19 default-language: Haskell2010 hs-source-dirs: src test-suite range-set-test type: exitcode-stdio-1.0 main-is: test.hs build-depends: base >=4.7 && <5, range-set >=0.1.0 && <0.2, tasty >=0.11.0.2 && <0.12, tasty-hunit >=0.9.2 && <0.10, tasty-quickcheck >=0.8.4 && <0.9, semigroups >=0.18.1 && <0.19 default-language: Haskell2010 hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N