[Hackage] #228: Cryptic error when a package does not exist

#228: Cryptic error when a package does not exist ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: defect | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Keywords: Difficulty: easy (<4 hours) | Ghcversion: 6.8.2 Platform: Linux | ---------------------------------+------------------------------------------ {{{ $ cabal install foo cabal: user error (Unresolved dependencies: foo -any) }}} I expect a clearer error message here. Not sure about the exact wording, maybe »No such package available: foo« or »No such package to fetch: foo«. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/228 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#228: Cryptic error when a package does not exist ---------------------------------+------------------------------------------ Reporter: guest | Owner: Type: defect | Status: closed Priority: normal | Milestone: Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Resolution: fixed Keywords: | Difficulty: easy (<4 hours) Ghcversion: 6.8.2 | Platform: Linux ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * resolution: => fixed Comment: Already fixed in development version: {{{ $ cabal install foo cabal: There is no package named foo }}} I can highly recommend upgrading to the development version. There are many improvements. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/228#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage