Skip to content

Commit 57a86d2

Browse files
committed
Fix sqlite-simple and lsp versions
1 parent efcbfa3 commit 57a86d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/unison-sqlite/unison-sqlite.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
, pretty-simple
7575
, random
7676
, recover-rtti
77-
, sqlite-simple
77+
, sqlite-simple ==0.4.18.2
7878
, template-haskell
7979
, text
8080
, text-builder
@@ -137,7 +137,7 @@ test-suite tests
137137
, pretty-simple
138138
, random
139139
, recover-rtti
140-
, sqlite-simple
140+
, sqlite-simple ==0.4.18.2
141141
, template-haskell
142142
, text
143143
, text-builder

unison-cli/unison-cli.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ library
216216
, ki
217217
, lens
218218
, lock-file
219-
, lsp >=2.2.0.0
219+
, lsp ==2.2.0.0
220220
, lsp-types >=2.0.2.0
221221
, megaparsec
222222
, memory
@@ -358,7 +358,7 @@ executable transcripts
358358
, ki
359359
, lens
360360
, lock-file
361-
, lsp >=2.2.0.0
361+
, lsp ==2.2.0.0
362362
, lsp-types >=2.0.2.0
363363
, megaparsec
364364
, memory
@@ -507,7 +507,7 @@ test-suite cli-tests
507507
, ki
508508
, lens
509509
, lock-file
510-
, lsp >=2.2.0.0
510+
, lsp ==2.2.0.0
511511
, lsp-types >=2.0.2.0
512512
, megaparsec
513513
, memory

0 commit comments

Comments
 (0)