packages feed

Cabal revisions of timezone-olson-th-0.1.0.11

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- 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.11-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.11--library-  exposed-modules:     Data.Time.LocalTime.TimeZone.Olson.TH-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=3.0 && <5.0, -                       timezone-olson >=0.1 && <0.3,-                       timezone-series >=0.1 && <0.2, -                       time >=1.4 && <1.14,-                       template-haskell-  hs-source-dirs:      src-  default-language:    Haskell2010+-- 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.11
+x-revision: 1
+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.11
+
+library
+  exposed-modules:     Data.Time.LocalTime.TimeZone.Olson.TH
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=3.0 && <5.0, 
+                       timezone-olson >=0.1 && <0.3,
+                       timezone-series >=0.1 && <0.2, 
+                       time >=1.4 && <1.15,
+                       template-haskell
+  hs-source-dirs:      src
+  default-language:    Haskell2010