Skip to content

Commit b58e292

Browse files
vlopezjmortberg
authored andcommitted
Build with stack LTS 9.5 resolver
1 parent dc53dee commit b58e292

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cubicaltt.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ executable cubical
4545
pretty >=1.1 && <1.2,
4646
QuickCheck >=2.6 && <2.10,
4747
mtl >=2.2 && <2.3,
48-
time >=1.4 && <1.6,
49-
directory >=1.2 && <1.3,
48+
time >=1.4 && <1.7,
49+
directory >=1.2 && <1.4,
5050
filepath >=1.4 && <1.5,
5151
haskeline >=0.7 && <0.8,
5252
array >=0.4 && <0.6,

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-6.35
1+
resolver: lts-9.5
22

33
packages:
44
- .

0 commit comments

Comments
 (0)