Weather-0.1.0.4: Weather.cabal~
-- Initial weather.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Weather
version: 0.1.0.3
synopsis: Library for interacting with the Weather Underground JSON API.
description: Weather is a simple library for interacting with the Weather Underground JSON API. It is not complete, but it may be useful still.
homepage: https://github.com/bstamour/weather
license: BSD3
license-file: LICENSE
author: Bryan St. Amour
maintainer: bryan@bryanstamour.com
-- copyright:
category: Net
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Net.Weather
-- other-modules:
-- other-extensions:
build-depends: base == 4.*
, HTTP >= 4000.2.12
, text >= 1.1.0
, unordered-containers >= 0.2.5
, aeson >= 0.8.0
, bytestring >= 0.10.4
hs-source-dirs: src
default-language: Haskell2010