[hs] Set up new project with cabal/nix

This commit is contained in:
Joscha 2022-12-04 17:05:15 +01:00
parent bd2dd9a4f9
commit 22f8efaf0f
4 changed files with 25 additions and 0 deletions

4
hs2/default.nix Normal file
View file

@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.haskellPackages.developPackage {
root = ./.;
}