name: hwk version: 0.3 synopsis: Simple Haskell-based awk-like tool description: A simple Haskell-based alternative to awk/sed. It uses Hint to apply the function given on the commandline to standard input and outputs the result. homepage: https://github.com/juhp/hwk license: MIT license-file: LICENSE author: Lukas Martinelli maintainer: Jens Petersen copyright: 2016-2017 Lukas Martinelli, 2020 Jens Petersen category: Development build-type: Simple data-files: Config.hs extra-source-files: install.sh extra-doc-files: README.md ChangeLog.md cabal-version: 1.18 source-repository head type: git location: https://github.com/juhp/hwk.git executable hwk main-is: Main.hs other-modules: Paths_hwk autogen-modules: Paths_hwk build-depends: base <5, directory >= 1.2.3.0, extra, filepath, hint, simple-cmd-args >= 0.1.2 default-language: Haskell2010 ghc-options: -Wall if impl(ghc >= 8.0) ghc-options: -Wcompat -Widentities -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints if impl(ghc >= 8.2) ghc-options: -fhide-source-paths if impl(ghc >= 8.4) ghc-options: -Wmissing-export-lists -Wpartial-fields