-- Initial opench-meteo.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                opench-meteo
version:             0.1.0.0
synopsis:            A Haskell implementation of the Swiss Meteo Net data API
description:         OpenData SMN is a REST API for <http://www.meteoswiss.admin.ch/home/measurement-and-forecasting-systems/land-based-stations/automatisches-messnetz.html SwissMetNet > data.
                     The module Data.Meteo.Swiss contains the main documentation.
homepage:            https://github.com/hansroland/opench
license:             BSD3
license-file:        LICENSE
author:              Roland Senn
maintainer:          rsx@bluewin.ch
copyright:           Copyright by Roland Senn           
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.Meteo.Swiss
  other-modules:       Data.Meteo.Swiss.Types
                       , Data.Meteo.Swiss.Urls
  other-extensions:    OverloadedStrings
  build-depends:       base >=4.8 && < 4.10
                       , aeson >=0.8 && <1.1
                       , data-default >= 0.5 && < 0.8
                       , text >=1.2 && <1.3
                       , time >=1.5 && <1.7
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall