name: Ranged-sets version: 0.3.0 x-revision: 1 cabal-version: -any build-type: Simple license: BSD3 license-file: LICENSE.txt copyright: Paul Johnson, 2005, 2006, 2007, 2008 maintainer: paul@cogito.org.uk build-depends: HUnit -any, QuickCheck >=2, base >=4 && <4.11 stability: beta homepage: http://code.haskell.org/ranged-sets package-url: bug-reports: synopsis: Ranged sets for Haskell description: A ranged set is an ordered list of ranges. This allows sets such as all reals x such that: . > (0.25 < x <= 0.75 or 1.4 <= x < 2.3 or 4.5 < x) . Alternatively you can have all strings s such that: . > ("F" <= s < "G") category: Data author: Paul Johnson tested-with: data-files: data-dir: "" extra-source-files: CHANGES.txt INSTALL.txt README.txt TODO.txt tests/Main.hs tests/Makefile extra-tmp-files: exposed-modules: Data.Ranged Data.Ranged.Ranges Data.Ranged.RangedSet Data.Ranged.Boundaries exposed: True buildable: True build-tools: cpp-options: cc-options: ld-options: pkgconfig-depends: frameworks: c-sources: extensions: extra-libraries: extra-lib-dirs: includes: install-includes: include-dirs: hs-source-dirs: . other-modules: ghc-prof-options: ghc-shared-options: ghc-options: -Wall hugs-options: nhc98-options: jhc-options: