Skip to content

Commit 8b7bc89

Browse files
committed
Update Haskell library version.
1 parent 9742e33 commit 8b7bc89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

secav-prover.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ library interface
3838
, ShortLexer
3939
, ShortParser
4040
, Unshortener
41-
build-depends: base ^>=4.14.0.0
41+
build-depends: base ^>=4.17.0.0
4242
, prover
4343
, parsec
4444
, bimap
@@ -51,7 +51,7 @@ test-suite completeness
5151
type: detailed-0.9
5252
test-module: Runner
5353
other-modules: Tests
54-
build-depends: base ^>=4.14.0.0
54+
build-depends: base ^>=4.17.0.0
5555
, Cabal >= 1.9.2
5656
, process
5757
, directory
@@ -65,7 +65,7 @@ test-suite soundness
6565
type: detailed-0.9
6666
test-module: Runner
6767
other-modules: Tests
68-
build-depends: base ^>=4.14.0.0
68+
build-depends: base ^>=4.17.0.0
6969
, Cabal >= 1.9.2
7070
, process
7171
, mtl
@@ -76,7 +76,7 @@ test-suite soundness
7676

7777
executable secav-prover
7878
main-is: Main.hs
79-
build-depends: base ^>=4.14.0.0
79+
build-depends: base ^>=4.17.0.0
8080
, prover
8181
, interface
8282
, filepath

0 commit comments

Comments
 (0)