hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Haskell text processor for the command-line

Results 75 hawk issues
Sort by recently updated
recently updated
newest added

this project is currently "haskell-awk" on hackage in order to avoid conflicting with the "Hawk" project on hackage, a Web Application Kit. However, today, more people care about this project...

I don't plan to merge this PR, I only want CI to run on this branch.

instructions in https://twitter.com/TechnoEmpress/status/1392768927307026434

Hello. Thanks for your work on this handy tool. I've often been frustrated by awk and am looking forward to replacing it in my workflow with hawk. I'm having a...

This is useful for spotting unused dependencies: ``` if impl(ghc >= 8.10) ghc-options: -Wunused-packages ``` It might be slightly more involved for hpack.

It has been forever since I haven't published a new version of hint, mainly because of the many failing tests. The main new feature since then is support for stack....

the ghc when hawk is installed might not be the same as the ghc which is in the PATH when hawk is called. is there a way to capture ghc's...

Is it possible to make it installable via [Homebrew](https://brew.sh/) for Mac OS?

Hawk used to work on Windows, but it does not anymore. I do not currently plan to add Windows support, but this issue exists to point you in the right...

These features were added: The argument "-i[back-up-file-suffix]" If a suffix is provided, the original file will be copied to this backup file. No warning is given if backup file matches...