Skip to content

Commit

Permalink
Update dependency time to v1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent dfee251 commit ef546dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions salak-toml/salak-toml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
base >=4.10 && <5
, salak >=0.3.5 && <0.4
, text >=1.2.3 && <1.3
, time >=1.8.0 && <1.10
, time >=1.8.0 && <1.15
, tomland >=1.1.0 && <1.4
, unordered-containers >=0.2.10 && <0.3
default-language: Haskell2010
Expand All @@ -60,7 +60,7 @@ test-suite salak-toml-test
, mtl
, salak >=0.3.5 && <0.4
, text
, time >=1.8.0 && <1.10
, time >=1.8.0 && <1.15
, tomland >=1.1.0 && <1.4
, unordered-containers >=0.2.10 && <0.3
default-language: Haskell2010
Expand All @@ -80,7 +80,7 @@ benchmark salak-toml-bench
, criterion
, salak >=0.3.5 && <0.4
, text >=1.2.3 && <1.3
, time >=1.8.0 && <1.10
, time >=1.8.0 && <1.15
, tomland >=1.1.0 && <1.4
, unordered-containers >=0.2.10 && <0.3
default-language: Haskell2010

0 comments on commit ef546dd

Please sign in to comment.