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

## versions ``` $ ghc --version The Glorious Glasgow Haskell Compilation System, version 9.4.8 $ cabal --version cabal-install version 3.10.2.1 compiled using version 3.10.2.1 of the Cabal library $ stack...

Since I'm only importing the `Text` type, not all of the functions from that module, it should be unambiguous that `filter` refers to `Prelude.filter`: $ cat ~/.hawk/prelude.hs import Prelude import...

According to [this Reddit comment](GHCi, version 8.10.4: https://www.haskell.org/ghc/ :? for help Loaded GHCi), the ghci command `:m +Module` brings into scope all the definitions from the given module and also...

refactoring

The installation instructions don't work anymore. They say to use `cabal install haskell-awk`, but that's now ambiguous, it could mean `v1-install` or `v2-install`. With `cabal v1-install haskell-awk`, I now get...

documentation

TODO: - [ ] fix the tests - [ ] default to not splitting into words - [ ] delete the now-unused homemade argument-parsing library - [ ] delete the...

My main goal with this PR is to check whether CI can reproduce [Andreas's issue](https://github.com/gelisam/hawk/issues/215#issuecomment-880770593). But unlike #260, if CI passes, I think I'll merge this PR, because it's good...

This is not very serious and I don't use hpack much, so maybe it can't handle it but this warning is appearing when linking the testsuite: ``` Warning: The following...

$ hawk "," 'L.transpose' should expand to $ hawk -e 'asCSV "," L.transpose' if there is an `asCSV :: String -> ([[String]] -> [[String]]) -> (ByteString -> ByteString)` in the...

type-inference magic