geos-0.1.0.0: geos.cabal
name: geos
version: 0.1.0.0
synopsis: Bindings for GEOS.
description: This is a Haskell binding to Geos, the open-source geometry library, which includes geometry types, predicate functions and other operations, spatially indexed geometries, and parsers for WKB and WKT formats.
license: MIT
license-file: LICENSE
author: Peter France
maintainer: pfrance@gmail.com
category: Geometry
build-type: Simple
Extra-source-files: cbits/noticehandlers.h
cabal-version: >=1.18.0
Library
Includes: geos_c.h
Extra-libraries: geos_c
cc-options: -fPIC
c-sources: cbits/noticehandlers.c
include-dirs: cbits
GHC-options: -Wall
build-depends:
base <= 4.10.1
, bytestring
, vector
, transformers
, mtl
, cassava
build-tools: hsc2hs
exposed-modules:
Data.Geometry.Geos.Topology
, Data.Geometry.Geos.Geometry
, Data.Geometry.Geos.Types
, Data.Geometry.Geos.Serialize
, Data.Geometry.Geos.Buffer
, Data.Geometry.Geos.Prepared
other-modules:
Data.Geometry.Geos.Raw.Base
, Data.Geometry.Geos.Raw.CoordSeq
, Data.Geometry.Geos.Raw.Geometry
, Data.Geometry.Geos.Raw.Serialize
, Data.Geometry.Geos.Raw.Topology
, Data.Geometry.Geos.Raw.Buffer
, Data.Geometry.Geos.Raw.Prepared
, Data.Geometry.Geos.Raw.Internal
hs-source-dirs: src
frameworks: GEOS
default-extensions:
LambdaCase
, GADTs
, ExistentialQuantification
, DeriveDataTypeable
, RankNTypes
, DataKinds
, KindSignatures
--, ScopedTypeVariables
default-language: Haskell2010
test-suite test
Includes: geos_c.h
Extra-libraries: geos_c
cc-options: -fPIC
c-sources: cbits/noticehandlers.c
include-dirs: cbits
type:
exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: tests src
frameworks: GEOS
build-tools: hsc2hs
main-is: Main.hs
build-depends:
base
, bytestring
, vector
, mtl
, geos
, hspec
, cassava
default-extensions:
LambdaCase
, GADTs
, ExistentialQuantification
, DeriveDataTypeable
, RankNTypes
, DataKinds
, KindSignatures
other-modules:
Data.Geometry.Geos.Geometry
, Data.Geometry.Geos.Raw.Internal
, Data.Geometry.Geos.Raw.Base
, Data.Geometry.Geos.Raw.CoordSeq
, Data.Geometry.Geos.Raw.Geometry
, Data.Geometry.Geos.Raw.Serialize
, Data.Geometry.Geos.Serialize
, Data.Geometry.Geos.Types
, ParsingSpec
, RawGeometrySpec
, SpatialOperationsSpec
, SpecSampleData
source-repository head
type: git
location: https://github.com/ewestern/geos