packages feed

Range-0.1.0.0: Range.cabal

-- Initial Range.cabal generated by cabal init.  For further documentation,
--  see http://haskell.org/cabal/users-guide/

name:                Range
version:             0.1.0.0
synopsis:            Data structure for managing ranges
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Thomas Eding
maintainer:          thomasedingcode@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Data.Range
  -- other-modules:       
  build-depends:       base ==4.5.*