add syllabification, remove root parsing

This commit is contained in:
Kierán Meinhardt
2020-06-24 01:19:13 +02:00
parent e678807e98
commit e3322f4930
4 changed files with 97 additions and 9 deletions

6
default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
with pkgs.haskellPackages;
developPackage {
root = ./.;
modifier = drv: pkgs.haskell.lib.addBuildTools drv [ cabal-install ghcid ];
}