Skip to content
Snippets Groups Projects
Unverified Commit 8728fc45 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #9869 from haskell/mergify/bp/3.12/pr-9848

Bump time upper bound to acccomodate 1.14 (backport #9848)
parents 135750b2 f2b94753
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ library
parsec >= 3.1.13.0 && < 3.2,
pretty >= 1.1.1 && < 1.2,
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
time >= 1.4.0.1 && < 1.13,
time >= 1.4.0.1 && < 1.15,
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
-- See also https://github.com/ekmett/transformers-compat/issues/35
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)
......
......@@ -44,7 +44,7 @@ library
filepath >= 1.3.0.1 && < 1.6,
pretty >= 1.1.1 && < 1.2,
process >= 1.2.1.0 && < 1.7,
time >= 1.4.0.1 && < 1.13
time >= 1.4.0.1 && < 1.15
if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment