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 c9540d2 commit 35c0986Copy full SHA for 35c0986
Cabal/Cabal.cabal
@@ -46,7 +46,7 @@ library
46
filepath >= 1.3.0.1 && < 1.5,
47
pretty >= 1.1.1 && < 1.2,
48
process >= 1.1.0.2 && < 1.7,
49
- time >= 1.4.0.1 && < 1.13
+ time == 1.12.1
50
51
if flag(bundled-binary-generic)
52
build-depends: binary >= 0.5.1.1 && < 0.7
cabal-install/cabal-install.cabal
@@ -219,7 +219,7 @@ library
219
random >= 1.2 && < 1.3,
220
stm >= 2.0 && < 2.6,
221
tar >= 0.5.0.3 && < 0.6,
222
- time >= 1.5.0.1 && < 1.13,
+ time == 1.12.1,
223
transformers >= 0.4.2.0 && < 0.6,
224
zlib >= 0.5.3 && < 0.7,
225
hackage-security >= 0.6.0.1 && < 0.7,
0 commit comments