https://github.com/domenkozar/ghcid-reload-repro
https://github.com/domenkozar/ghcid-reload-repro
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domenkozar/ghcid-reload-repro
- Owner: domenkozar
- Created: 2024-01-26T21:35:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T21:36:47.000Z (over 2 years ago)
- Last Synced: 2025-05-10T11:07:42.029Z (about 1 year ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reproducer for https://github.com/ndmitchell/ghcid/issues/191
Install ghcid/stack (via https://devenv.sh/getting-started/ and `devenv shell` or otherwise).
Run `stack build`.
In separate terminals run:
```
$ ghcid --target myprogram:exe:myprogram --test Main.main
$ tail -f log.txt
```
Once you touch `src/Main.hs`, ghcid will reload and in log.txt you'll see two timestamps being added.