Skip to content

Commit

Permalink
Updated timezone-olson (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Mika <antonio.mika@clinc.com>
  • Loading branch information
antoniomika and Antonio Mika authored Sep 25, 2023
1 parent 1709151 commit b942172
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions duckling.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ executable duckling-example-exe
, text
, text-show
, time
, timezone-olson >= 0.1.7 && < 0.3
, timezone-olson >= 0.2 && < 0.3
, timezone-series
, unordered-containers
default-language: Haskell2010
Expand Down Expand Up @@ -1236,7 +1236,7 @@ executable duckling-request-sample
, filepath >= 1.4.0.0 && < 1.5
, text
, time
, timezone-olson >= 0.1.7 && < 0.3
, timezone-olson >= 0.2 && < 0.3
, timezone-series
, unordered-containers
default-language: Haskell2010
Expand All @@ -1255,7 +1255,7 @@ executable duckling-expensive
, filepath >= 1.4.0.0 && < 1.5
, text
, time
, timezone-olson >= 0.1.7 && < 0.3
, timezone-olson >= 0.2 && < 0.3
, timezone-series
, unordered-containers
default-language: Haskell2010
Expand Down
11 changes: 8 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
resolver: lts-14.20
resolver: lts-16.31

packages:
- '.'

extra-deps: []
extra-deps:
- regex-posix-clib-2.7
- dependent-sum-0.7.1.0@sha256:0e419237f5b86da3659772afff9cab355c0f8d5b3fdb15a5b30e673d8dc83941,2147
- constraints-extras-0.3.1.0@sha256:c70fcf437e1d640cfd50a8eda1db47a64e49c96857e08fd0d8c438327d908ac1,1846

flags: {}
flags:
regex-posix:
_regex-posix-clib: true

extra-package-dbs: []

0 comments on commit b942172

Please sign in to comment.