-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
I have a project I build with both cabal v2 and stack. Could we please supplement the logic here so that if I have both then there's a way for me to choose stack?
Lines 23 to 28 in 88e8f1c
| let name = | |
| if | any (("dist-newstyle" ==) . takeFileName) files -> "cabal" | |
| | any ((".stack-work" ==) . takeFileName) files -> "stack" | |
| | any (("cabal.project" ==) . takeFileName) files -> "cabal" | |
| | any (("stack.yaml" ==) . takeFileName) files -> "stack" | |
| | otherwise -> "cabal" |
DunetsNM
Metadata
Metadata
Assignees
Labels
No labels