So I recently installed cabal (from the default binary of ArchLinux). I then tried to upgrade cabal as a user:
cabal upgrade Cabal --user --prefix=$USER
Resolving dependencies...
cabal: fromFlag NoFlag. Use fromFlagOrDefault
What I've already done:
- Googled the error message. Turned up the cabal source and little else.
- Looked at haskell-wiki on cabal-install.
- Looked through this guide.
So basically I'm wondering:
- What's up with the error message?
- Could anyone point me in the direction of a cabal tutorial?