Skip to content

Me learning haskell development in NixOS with nix and flakes

License

Notifications You must be signed in to change notification settings

mnajib/my-haskell-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Me learning haskell development in NixOS with nix and flakes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published