From 3ed7dcd401e286d9e0b9ca5ea923f671699e7417 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 25 Apr 2023 00:21:58 +0200 Subject: Support hspec 2.11 --- test.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh deleted file mode 100644 index 7669a86..0000000 --- a/test.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -# setup -cabal update - -# doc -cabal haddock --enable-documentation --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc - -# lint -cabal install hlint --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc --overwrite-policy=always "--constraint=hlint ==3.5" -cabal exec hlint -- src tests - -# test -cabal build graphql-test --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc -cabal test --test-show-details=direct --with-compiler=/srv/httpd/server/ghcup/9.2/bin/ghc -- cgit v1.2.3