Skip to content

Commit

Permalink
Update from Hackage at 2016-07-26T06:22:54+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jul 26, 2016
1 parent 8357db9 commit de00016
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
54 changes: 54 additions & 0 deletions hgeos/0.1.4.0/hgeos.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: hgeos
version: 0.1.4.0
synopsis: Simple Haskell bindings to GEOS C API
description:
Simple Haskell bindings to the <https://trac.osgeo.org/geos/ GEOS>
<http://geos.osgeo.org/doxygen/geos__c_8h_source.html C API> heavily inspired
by <https://github.com/django/django/tree/master/django/contrib/gis/geos Django GEOS bindings>
homepage: https://github.com/rcook/hgeos#readme
bug-reports: https://github.com/rcook/hgeos/issues
license: MIT
license-file: LICENSE
author: Richard Cook <rcook@rcook.org>
maintainer: Richard Cook <rcook@rcook.org>
copyright: (C) 2016 Richard Cook
category: Data, Geography, Geometry, Text
build-type: Simple
cabal-version: >= 1.10
data-files: data/namibia.wkt

source-repository head
type: git
location: https://github.com/rcook/hgeos.git

library
hs-source-dirs: src/lib
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, transformers
extra-libraries: geos_c
c-sources: src/lib/Data/Geolocation/GEOS/helpers.c
, src/lib/Data/Geolocation/GEOS/helpers.h
cc-options: -std=c99 -pthread
exposed-modules: Data.Geolocation.GEOS
, Data.Geolocation.GEOS.Imports
, Data.Geolocation.GEOS.Trans
if os(windows)
include-dirs: C:/OSGeo4W64/include
extra-lib-dirs: C:/OSGeo4W64/lib

test-suite hgeos-app
type: exitcode-stdio-1.0
hs-source-dirs: src/test
main-is: Main.hs
default-language: Haskell2010
build-depends: MissingH
, base >= 4.7 && < 5
, hgeos
, mtl
, transformers
other-modules: GEOSTest.Arith
, GEOSTest.HighLevelAPI
, GEOSTest.LowLevelAPI
, GEOSTest.Sample
, GEOSTest.TransAPI
1 change: 1 addition & 0 deletions hgeos/0.1.4.0/hgeos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"6c925912090ff0a7965524c02ea3afb1","Skein512_512":"4c424e94fc8182a268975fe8f6e40d38c7f5f0058418d0e595bd63446e4df99fa672fbddbeeec7e6007218e07b7189b9ce93c057e53f6be6a4020d8336a5f940","SHA1":"52eaee97229639f7627106666bd733367bb27c5a","SHA512":"f8cbce3138af3300db1b9a2279580f50c4d5521cb0448dece33f6b2edaee0a29767f3cf53153e34875032b549cce63bc35200db00f6ab601a8ee724a1ea4b54a","SHA256":"2c2c0524c599ac0770be7c094932a4b6bcaf0521e7ecc024f0e6da9aa7f4bc66"},"package-locations":["https://hackage.haskell.org/package/hgeos-0.1.4.0/hgeos-0.1.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hgeos-0.1.4.0.tar.gz"],"package-size":10519}

0 comments on commit de00016

Please sign in to comment.