Leif Grele
Leif Grele
Attempting to run the following minimal example given in the documentation for `enum`: ``` haskell {-#LANGUAGE DeriveDataTypeable#-} import System.Console.CmdArgs data State = On | Off deriving (Data, Show) data Mode...
This is a breaking change, should this PR also update the project version?
Multi-package projects using `cabal.project` files have one `dist-newstyle` in the root directory instead of having one for every package. `cabal-bounds` won't find this folder when run inside a specific package,...