Krank is written in Haskell.
nix-build -A krank
Should build the package.
nix-shell
Will drop you in a shell where you can cabal v2-build
, cabal v2-test
, ...
stack build
Should work.
Edit code, ensure that test are passing and open a pull request on Github. Thank you ;)
nix-build -A krank
will build itnix-build -A ormolu
will check formatting using ormolu. You can usenix-shell -A ormolu-fix
to fix your code.nix-build -A hlint
will lint with hlint. You can usenix-shell -A hlint-fix
to fix your code.