Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump time dependency #1100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
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