Crates.io | ghciwatch |
lib.rs | ghciwatch |
version | 1.0.1 |
source | src |
created_at | 2023-10-05 20:21:39.142772 |
updated_at | 2024-07-24 16:15:51.758695 |
description | Ghciwatch loads a GHCi session for a Haskell project and reloads it when source files change. |
homepage | https://github.com/MercuryTechnologies/ghciwatch |
repository | https://github.com/MercuryTechnologies/ghciwatch |
max_upload_size | |
id | 994500 |
size | 510,794 |
Ghciwatch loads a GHCi session for a Haskell project and reloads it when source files change.
--test-ghci TestMain.testMain
..cabal
files with hpack
before GHCi starts using
--before-startup-shell hpack
.--before-reload-shell async:fourmolu
.--error-file
,
for compatibility with ghcid's --outputfile
option.-- $>
can be
evaluated
in GHCi.
{- $> ... <$ -}
.Check out a quick demo to see how ghciwatch feels in practice:
See CONTRIBUTING.md
for information on hacking
ghciwatch.