Skip to content

Commit

Permalink
fixup! [#79] Add support for hyphenated intervals.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastro committed Mar 31, 2023
1 parent eb0d132 commit 5488dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TzBot/TZ.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import Data.Time.Zones.Types (TZ(..))
import Data.Vector qualified as VB
import Data.Vector.Unboxed qualified as VU

import TzBot.TimeReference (DateReference(..), TimeRefSuccess(..), TimeReference(..))
import TzBot.TimeReference
(DateReference(..), TimeRefSuccess(..), TimeReference, TimeReferenceGeneric(..))
import TzBot.Util (NamedOffset, Offset(..))

-- | Represents a specific change in offset.
Expand Down

0 comments on commit 5488dda

Please sign in to comment.