Skip to content

Commit

Permalink
Bump time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed May 23, 2024
1 parent 16776c4 commit 9b1bf89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ library
, ghc-prim >=0.5.0.0 && <0.12
, template-haskell >=2.14.0.0 && <2.23
, text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
, time >=1.8.0.2 && <1.13
, time >=1.8.0.2 && <1.15

-- Compat
build-depends:
Expand Down
2 changes: 1 addition & 1 deletion attoparsec-iso8601/attoparsec-iso8601.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ library
, base >=4.12.0.0 && <5
, integer-conversion >=0.1 && <0.2
, text >=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2
, time >=1.8.0.2 && <1.13
, time >=1.8.0.2 && <1.15
, time-compat >=1.9.4 && <1.10

source-repository head
Expand Down
2 changes: 1 addition & 1 deletion text-iso8601/text-iso8601.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
base >=4.12.0.0 && <5
, integer-conversion >=0.1 && <0.2
, text >=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2
, time >=1.8.0.2 && <1.13
, time >=1.8.0.2 && <1.15
, time-compat >=1.9.4 && <1.10

test-suite text-iso8601-tests
Expand Down

0 comments on commit 9b1bf89

Please sign in to comment.