How to specify Haskell project in subfolder of flake root? #191
Answered
by
srid
malteneuss
asked this question in
Q&A
-
I would like to use haskell-flake on NixOS, because it looks way easier to setup than the other Nix integrations; i have a project where the cabal file (and the rest of the Haskell project) is in a subfolder and i can't find a |
Beta Was this translation helpful? Give feedback.
Answered by
srid
Aug 19, 2023
Replies: 1 comment
-
You just create a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
malteneuss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just create a
cabal.project
file withpackages
option https://github.com/srid/haskell-multi-nix/blob/master/cabal.project