OSM-0.3: OSM.cabal
Name: OSM
Version: 0.3
License: BSD3
License-File: LICENSE
Synopsis: Parse OpenStreetMap files
Description: Parse OpenStreetMap http:\/\/osm.org/ files using HXT into data structures.
The Geo.OSM module is the core module that exports all others.
Homepage: http://code.google.com/p/geo-osm/
Category: Utils
Author: Tony Morris
Maintainer: code@tmorris.net
Copyright: 2009 Tony Morris
build-type: Simple
cabal-version: >= 1.2
extra-source-files: etc/Example.hs, etc/MountBarney.osm
Flag small_base
Description: Choose the new, split-up base package.
Library
if flag(small_base)
Build-Depends: base < 4 && >= 3, hxt, hxt-extras, containers
else
Build-Depends: base < 3, hxt, hxt-extras, containers
GHC-Options: -Wall
Exposed-Modules: Data.Geo.OSM
Data.Geo.OSM.Tag
Data.Geo.OSM.Nd
Data.Geo.OSM.NWRCommon
Data.Geo.OSM.MemberType
Data.Geo.OSM.Member
Data.Geo.OSM.Way
Data.Geo.OSM.Node
Data.Geo.OSM.Relation
Data.Geo.OSM.Bounds
Data.Geo.OSM.Bound
Data.Geo.OSM.NodeWayRelation
Data.Geo.OSM.OSM
Data.Geo.OSM.Accessor.K
Data.Geo.OSM.Accessor.V
Data.Geo.OSM.Accessor.Ref
Data.Geo.OSM.Accessor.Mtype
Data.Geo.OSM.Accessor.Role
Data.Geo.OSM.Accessor.Id
Data.Geo.OSM.Accessor.Tags
Data.Geo.OSM.Accessor.Changeset
Data.Geo.OSM.Accessor.Visible
Data.Geo.OSM.Accessor.User
Data.Geo.OSM.Accessor.Uid
Data.Geo.OSM.Accessor.Timestamp
Data.Geo.OSM.Accessor.Nds
Data.Geo.OSM.Accessor.Lat
Data.Geo.OSM.Accessor.Lon
Data.Geo.OSM.Accessor.Members
Data.Geo.OSM.Accessor.Minlat
Data.Geo.OSM.Accessor.Maxlat
Data.Geo.OSM.Accessor.Minlon
Data.Geo.OSM.Accessor.Maxlon
Data.Geo.OSM.Accessor.Origin
Data.Geo.OSM.Accessor.Box
Data.Geo.OSM.Accessor.Version
Data.Geo.OSM.Accessor.Generator
Data.Geo.OSM.Accessor.BoundOrs
Data.Geo.OSM.Accessor.NodeWayRelations