Skip to content

Commit e508762

Browse files
committed
Fix test on CentOS 7
haskell/bytestring#481
1 parent 472955e commit e508762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ emake PREFIX=$HOME/.local
5454
export PATH="$HOME/.local/bin:$PATH"
5555
tmp_dir=$(mktempdir)
5656
cd "$tmp_dir"
57-
cabal unpack bytestring-0.11.2.0
58-
cd bytestring-0.11.2.0
57+
cabal unpack bytestring-0.11.1.0
58+
cd bytestring-0.11.1.0
5959
echo "cradle:" > hie.yaml
6060
echo " cabal:" >> hie.yaml
6161
haskell-language-server-wrapper typecheck Data/ByteString.hs

0 commit comments

Comments
 (0)