Haskell module for flakelight.
Initializes a Haskell project flake from package.yaml.
To create a new project in an empty directory:
nix flake init -t github:hezhenxing/flakelight-haskellAnd then you can rename the package name from example to your COOL-NAME:
sed -i 's/example/COOL-NAME/' package.yaml