Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions timezone-olson.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: timezone-olson
Version: 0.2.1
Version: 0.2.2
Synopsis: A pure Haskell parser and renderer for binary Olson timezone files
Description: A parser and renderer for binary Olson timezone
files whose format is specified by the tzfile(5)
Expand Down Expand Up @@ -39,7 +39,7 @@ Library
, Data.Time.LocalTime.TimeZone.Olson.Types
Build-depends: base >= 3.0 && < 5.0,
timezone-series >= 0.1.0 && < 0.2,
time >= 1.6 && < 1.14,
time >= 1.6 && < 1.15,
binary >= 0.4.1 && < 0.11,
bytestring >= 0.9 && < 1.0,
extensible-exceptions >= 0.1.0 && < 0.2