name: inf-interval version: 0.1.0.0 synopsis: Non-contiguous interval data types with potentially infinite ranges. description: Non-contiguous interval data types with potentially infinite ranges. This library was originally part of the Dao package, but has been branched into it's own package in the hopes that it will be useful in a wider variety of projects. homepage: https://github.com/RaminHAL9001/inf-interval license: GPL-3 license-file: LICENSE author: Ramin Honary maintainer: ramin.honary@gmail.com copyright: 2008-2015 Ramin Honary category: Numeric build-type: Simple cabal-version: >=1.10 library exposed-modules: Numeric.Interval.Infinite default-extensions: MultiParamTypeClasses FlexibleInstances FlexibleContexts TypeSynonymInstances DeriveDataTypeable RankNTypes build-depends: array >=0.5.0.0 && <=0.5.0.0, deepseq >=1.3.0.0 && <=1.3.0.2, base >=4.7 && <4.8, vector >=0.10.9.1 && <=0.10.12.3 GHC-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind hs-source-dirs: src default-language: Haskell2010