Skip to content

Commit a8aa65f

Browse files
committed
More dep fixes
1 parent 3ae467d commit a8aa65f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
FDB_VER=${1}
66

7-
sudo apt install python2
7+
sudo apt install python2 libc6 libc6-dev
88
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
99
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
1010
sudo apt install --fix-broken ./foundationdb-clients_${FDB_VER}-1_amd64.deb

foundationdb-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ test-suite tests
244244
build-depends: base >=4.10 && <5
245245
, foundationdb-haskell
246246
, async >= 2.2.3 && < 2.3
247-
, hspec >= 2.7.8 && < 2.8
247+
, hspec >= 2.7.8 && < 2.12
248248
, bytestring >= 0.10.8.2 && <0.12
249249
, QuickCheck >= 2.14.2 && < 2.15
250250
, text >= 1.2.3.0 && < 2.1

0 commit comments

Comments
 (0)