Skip to content

fl9/haskell-nixos-setup-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup script for Haskell projects using Nix

Just a small script for basic Haskell project setup. Autocompletion should work with VSCode and the ghcide plugin, see also make ide in Makefile. An alternative VSCode plugin to ghcide is Haskell for Visual Studio Code which automatically downloads and installs haskell-language-server. It is assumed that GNU Make is installed but it should be straightforward to run make inside nix-shell if this is your preference.

Get started

./setup.sh your-project-name

This creates a folder ~/dev/your-project-name, copies some files over and creates cabal project. See Makefile for available tasks.

About

Setup script for Haskell projects using Nix

Topics

Resources

Stars

Watchers

Forks

Contributors