-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
People get confused about `ghcid-ng`, and it's way too many syllables. `ghciwatch` is nice and descriptive, although if I add a `cabal build` backend it might be a little misleading again. Created with a handful of `sed` calls and a few file renames.
- Loading branch information
Showing
37 changed files
with
279 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,16 +16,16 @@ publish = false # Don't do `cargo publish`. | |
|
||
# Define the root package: https://doc.rust-lang.org/cargo/reference/workspaces.html#root-package | ||
[package] | ||
name = "ghcid-ng" | ||
name = "ghciwatch" | ||
version = "0.3.7" | ||
edition = "2021" | ||
authors = [ | ||
"Rebecca Turner <[email protected]>" | ||
] | ||
description = "ghci-based file watcher and recompiler for Haskell projects" | ||
readme = "README.md" | ||
homepage = "https://github.com/MercuryTechnologies/ghcid-ng" | ||
repository = "https://github.com/MercuryTechnologies/ghcid-ng" | ||
homepage = "https://github.com/MercuryTechnologies/ghciwatch" | ||
repository = "https://github.com/MercuryTechnologies/ghciwatch" | ||
license = "MIT" | ||
keywords = ["haskell", "ghci", "watchexec"] | ||
categories = ["command-line-utilities", "development-tools"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.