We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738e419 commit e7d9b84Copy full SHA for e7d9b84
Cabal-syntax/Cabal-syntax.cabal
@@ -40,7 +40,7 @@ library
40
parsec >= 3.1.13.0 && < 3.2,
41
pretty >= 1.1.1 && < 1.2,
42
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
43
- time >= 1.4.0.1 && < 1.13,
+ time >= 1.4.0.1 && < 1.15,
44
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
45
-- See also https://github.com/ekmett/transformers-compat/issues/35
46
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)
Cabal/Cabal.cabal
@@ -44,7 +44,7 @@ library
filepath >= 1.3.0.1 && < 1.6,
process >= 1.2.1.0 && < 1.7,
47
- time >= 1.4.0.1 && < 1.13
+ time >= 1.4.0.1 && < 1.15
48
49
if os(windows)
50
build-depends: Win32 >= 2.3.0.0 && < 2.15
0 commit comments