1
1
mirror of https://github.com/juspay/jrec.git synced 2024-07-14 14:10:32 +03:00

bin/test: flake'ify

This commit is contained in:
Sridhar Ratnakumar 2023-03-12 20:52:24 -04:00
parent 4485427f84
commit d1515540b9
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@
set -xe
# NOTE: ghcid should be run with -W to allow warnings from should-not-typecheck
nix-shell --pure --run "ghcid $* -W -c 'cabal new-repl test:jrec-test' -T \":main $*\""
nix develop -c sh -c "ghcid $* -W -c 'cabal new-repl test:jrec-test' -T \":main $*\""

View File

@ -23,6 +23,7 @@
packages = p: [ p.jrec ];
buildInputs = with ghcVersions.ghc92; [
cabal-install
ghcid
haskell-language-server
];
};