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
While cabal install --lib has often been spoken about as being barely-supported, it mostly works pretty well these days. However, as far as I can tell, it seems to be impossible to install from packages with multiple public libraries (aside from installing the "main" library from that package):
$ cabal install --dry --package-env . --lib spotify:spotify-servant Resolving dependencies...Error: cabal: Cannot build the executable spotify-servant from the packagespotify, because the package does not contain a executable with that name.
$ cabal install --dry --package-env . --lib spotify:lib:spotify-servant Downloading spotify:lib:spotify-servantError: cabal: '/usr/bin/curl' exited with an error:curl: (3) URL rejected: Port number was not a decimal number between 0 and65535
The text was updated successfully, but these errors were encountered:
While
cabal install --lib
has often been spoken about as being barely-supported, it mostly works pretty well these days. However, as far as I can tell, it seems to be impossible to install from packages with multiple public libraries (aside from installing the "main" library from that package):The text was updated successfully, but these errors were encountered: