packages feed

wkt-0.2: wkt.cabal

name:                wkt
version:             0.2
synopsis:            Parsers and types for Well-Known Text data
description:         Parsers and types for Well-Known Text data
homepage:            http://github.com/bgamari/wkt
license:             BSD3
license-file:        LICENSE
author:              Ben Gamari
maintainer:          bgamari.foss@gmail.com
copyright:           (c) 2014 Ben Gamari
category:            Data
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:                git
  location:            git://github.com/bgamari/wkt.git

library
  exposed-modules:     Data.Geo.WKT, Data.Geo.WKT.Types, Data.Geo.WKT.Parser
  other-extensions:    TemplateHaskell
  build-depends:       base >=4.6 && <4.8,
                       lens >=3.9 && <4.3,
                       linear >=1.3 && <1.11,
                       parsec >=3.1 && <3.2,
                       parsec-numbers >=0.0 && <0.1
  hs-source-dirs:      src
  default-language:    Haskell2010