Skip to content

Commit 8be55e6

Browse files
committed
add dep versions
1 parent 9fc1bd3 commit 8be55e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambdacube-compiler.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
indentation >= 0.2 && <0.3,
7575
pretty-compact >=1.0 && <1.1,
7676
text >= 1.2 && <1.3,
77-
lambdacube-ir,
77+
lambdacube-ir == 0.1.*,
7878
vector >= 0.11 && <0.12
7979

8080
hs-source-dirs: src
@@ -119,7 +119,7 @@ executable lambdacube-compiler-test-suite
119119
indentation >= 0.2 && <0.3,
120120
pretty-compact >=1.0 && <1.1,
121121
text >= 1.2 && <1.3,
122-
lambdacube-ir,
122+
lambdacube-ir == 0.1.*,
123123
vector >= 0.11 && <0.12
124124

125125

@@ -154,7 +154,7 @@ executable lambdacube-compiler-coverage-test-suite
154154
indentation >= 0.2 && <0.3,
155155
pretty-compact >=1.0 && <1.1,
156156
text >= 1.2 && <1.3,
157-
lambdacube-ir,
157+
lambdacube-ir == 0.1.*,
158158
vector >= 0.11 && <0.12
159159

160160

0 commit comments

Comments
 (0)