Skip to content

Quick-quick chop-chop starter kit for multi-component Haskell projects.

License

Notifications You must be signed in to change notification settings

c0c0n3/haskell-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Project Template

Quick-quick chop-chop starter kit for multi-component Haskell projects.

Work in progress. I'd like to get it done one day, but am parking it here for the time being. If you're reading this, don't keep your hopes high, I'm a crap programmer and don't have too much time in my hands. But luckily there are plenty of good alternatives:

Bootstrap

We use Nix to escape dependency hell and reliably get reproducible build and dev environments as well as Docker images. (No Docker can't do that.) The only thing you'll need to install is Nix itself, all the rest is taken care for. Notice if you're on a recent macOS, the recommended installation one-liner is

$ sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume

Since we're using the haskell.nix infrastructure instead of Nix's own Haskell packages, we recommended setting up a binary cache as explained by the `haskell.nix** folks themselves, e.g.

$ mkdir -p ~/.config/nix/
$ cat > ~/.config/nix/nix.conf
trusted-public-keys = hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
substituters = https://hydra.iohk.io

All the rest

TODO

Didn't I mention this is work in progress? :-)

About

Quick-quick chop-chop starter kit for multi-component Haskell projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages