packages feed

timezone-olson-th-0.1.0.2: timezone-olson-th.cabal

-- Initial timezone-olson-th.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                timezone-olson-th
version:             0.1.0.2
synopsis:            Load TimeZoneSeries from an Olson file at compile time.
description:         
  Template Haskell to load a TimeZoneSeries from an Olson file at compile time.

  For Example:

  -- > myTimeZoneSeries :: TimeZoneSeries
  -- > myTimeZoneSeries = $(loadTZFile "/usr/share/zoneinfo/Europe/Stockholm")

homepage:            http://github.com/jonpetterbergman/timezone-olson-th
bug-reports:         http://github.com/jonpetterbergman/timezone-olson-th/issues
license:             BSD3       
license-file:        LICENSE
author:              Petter Bergman
maintainer:          jon.petter.bergman@gmail.com
-- copyright:           
category:            Data
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
source-repository head
  type:     git
  location: http://github.com/jonpetterbergman/timezone-olson-th

source-repository this
  type:     git
  location: http://github.com/jonpetterbergman/timezone-olson-th
  tag:      v0.1.0.2

library
  exposed-modules:     Data.Time.LocalTime.TimeZone.Olson.TH
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base >=4.7 && <4.10, 
                       timezone-olson >=0.1 && <0.2, 
                       timezone-series >=0.1 && <0.2, 
                       time >=1.4 && <1.7, 
                       template-haskell
  hs-source-dirs:      src
  default-language:    Haskell2010