Skip to content

Commit 92184e1

Browse files
committed
docs: update documentation for how to run the Haskell FFI tests
1 parent d6692da commit 92184e1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,11 @@ cargo nextest run
5858

5959
### Testing the Haskell FFI
6060

61-
Make sure you have [Nix](https://nixos.org) installed.
61+
Make sure you have [Cabal](https://www.haskell.org/cabal/) installed.
6262

63-
Enter the nix shell that should have all the Haskell tooling necessary for the test:
63+
Then run:
6464
```bash
6565
cd ffi
66-
nix-shell
67-
```
68-
69-
Then within the shell run:
70-
```bash
7166
cargo make hs-test
7267
```
7368

0 commit comments

Comments
 (0)