You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A package is identified by a globally-unique package name, which consists of one or more alphanumeric words separated by hyphens. To avoid ambiguity, each of these words should contain at least one letter.
The text was updated successfully, but these errors were encountered:
Repro:
stack new "1234-abc"
Fails to initialize a stack.yaml due to
Unable to parse cabal file /home/mgsloan/fpco/stack/1234-abc/1234-abc.cabal: NoParse "name" 1
Looks like the packageNameParser doesn't restrict package names enough. From the cabal users guide:
The text was updated successfully, but these errors were encountered: