packages feed

fay-geoposition-0.1.0.0: fay-geoposition.cabal

name:                fay-geoposition

-- The package version.  See the Haskell package versioning policy (PVP) 
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             0.1.0.0

synopsis:            W3C compliant implementation of GeoPosition API.
description:         W3C compliant implementation of GeoPosition API within the Fay Monad
homepage:            https://github.com/victoredwardocallaghan/fay-geoposition
bug-reports:         https://github.com/victoredwardocallaghan/fay-geoposition/issues
license:             BSD3
license-file:        LICENSE
author:              Edward O'Callaghan
maintainer:          eocallaghan@alterapraxis.com
-- copyright:           
category:            Web
build-type:          Simple
data-files:          src/Fay/GeoPosition.hs
cabal-version:       >=1.10
extra-source-files:
  LICENSE
  CHANGELOG.md
  README.md

library
  exposed:             False
  exposed-modules:     Fay.GeoPosition
  other-extensions:    CPP, DeriveDataTypeable, FlexibleInstances, StandaloneDeriving
  build-depends:       base >=4.7 && <4.8, time >=1.4 && <1.5,
                       fay, fay-text
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type: git
  location: https://github.com/victoredwardocallaghan/fay-geoposition.git