From f7f43623c095f8abc879fee25a3845f4c20e1030 Mon Sep 17 00:00:00 2001 From: jonpetterbergman Date: Tue, 3 Mar 2020 09:30:06 +0100 Subject: [PATCH] prepare package --- CHANGELOG.md | 2 ++ timezone-olson-th.cabal | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a4176..83d7078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,5 @@ - time version 1.8 # Version 0.1.0.4 - adopt the same version bounds on base as timezone-olson +# Version 0.1.0.5 + - time version 1.9 diff --git a/timezone-olson-th.cabal b/timezone-olson-th.cabal index 0e80824..558639d 100644 --- a/timezone-olson-th.cabal +++ b/timezone-olson-th.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: timezone-olson-th -version: 0.1.0.4 +version: 0.1.0.5 synopsis: Load TimeZoneSeries from an Olson file at compile time. description: Template Haskell to load a TimeZoneSeries from an Olson file at compile time. @@ -30,7 +30,7 @@ source-repository head source-repository this type: git location: http://github.com/jonpetterbergman/timezone-olson-th - tag: v0.1.0.4 + tag: v0.1.0.5 library exposed-modules: Data.Time.LocalTime.TimeZone.Olson.TH