Commit 291b3b2
Add missing packages and paths for ghci-based testing
devenv-module.nix:
- Add slugger, megaparsec, cryptohash, pwstore-fast, vault to
ghcWithPackages so ghci can load IHP modules directly
.ghci:
- Add ihp-imagemagick and ihp-hspec to include paths
This enables running tests via ghci:
direnv exec . bash -c 'echo -e ":l ihp-ide/Test/Main.hs\nmain" | ghci'
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8ce51db commit 291b3b2
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
119 | 125 | | |
120 | 126 | | |
121 | 127 | | |
| |||
0 commit comments