You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A convenient Haskell development tool that wraps `ghcid` so you don't have to remember the exact commands. It automatically finds executables from hpack's `package.yaml`.
4
+
5
+
## What problem does this solve?
6
+
7
+
I got really annoyed trying to remember exact commands specific to cabal or ghcid. This is mostly a convenience wrapper.
8
+
9
+
## Benefits
10
+
11
+
-**No more remembering ghcid commands** - just run `hdev --run` and it handles the rest
12
+
-**Automatically finds executables from `package.yaml`** - no need to specify paths
13
+
-**Automatically creates a ghcid output file** at `/tmp/<project>.ghcid`
0 commit comments