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 dc53dee commit b58e292Copy full SHA for b58e292
cubicaltt.cabal
@@ -45,8 +45,8 @@ executable cubical
45
pretty >=1.1 && <1.2,
46
QuickCheck >=2.6 && <2.10,
47
mtl >=2.2 && <2.3,
48
- time >=1.4 && <1.6,
49
- directory >=1.2 && <1.3,
+ time >=1.4 && <1.7,
+ directory >=1.2 && <1.4,
50
filepath >=1.4 && <1.5,
51
haskeline >=0.7 && <0.8,
52
array >=0.4 && <0.6,
stack.yaml
@@ -1,4 +1,4 @@
1
-resolver: lts-6.35
+resolver: lts-9.5
2
3
packages:
4
- .
0 commit comments