Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 637 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 637 Bytes

columnate

Columnates data sets without stripping color codes, which column does on Linux.

Building the code

  • To build the project: nix-build release.nix

Development

  • To enter a development environment: nix-shell
  • Running a REPL: cabal repl lib:columnate
  • Running ghcid: ghcid -c "cabal repl lib:columnate --ghc-options=-fno-code"

Testing

  • Running ghcid for test code: ghcid -c "cabal repl test-suite:tasty". At the moment I'm having trouble getting this working with --ghc-options="-fno-code" for a faster (typecheck-only) workflow.
  • Running a REPL for test code: cabal repl test-suite:tasty