Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 395 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 395 Bytes

Development environment

cd my-haskell-project
ghc --version
nix develop
ghc --version

Build and run

nix build
cabal build
./result/bin/speed-functions-test

Check and test

nix run .#speed-functions-test
cabal test speed-functions-test
cabal test
nix flake check

nix flake

nix flake metadata
nix flake show
nix flake update

cabal

cabal update