#6119: complain when ghc-pkg doesn't find any matching packages in a given
database
------------------------------+---------------------------------------------
 Reporter:  dmwit             |          Owner:                  
     Type:  feature request   |         Status:  new             
 Priority:  normal            |      Component:  Compiler        
  Version:  7.4.1             |       Keywords:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown      |       Testcase:                  
Blockedby:                    |       Blocking:                  
  Related:                    |  
------------------------------+---------------------------------------------

Comment(by ian@…):

 commit 55478b1ef856d47fba7e7dbd86baa88030d1b1cf
 {{{
 Author: Ian Lynagh <i...@well-typed.com>
 Date:   Thu Oct 11 21:31:00 2012 +0100

     ghc-pkg: Print something when no packages are found; fixes #6119

     We used to say

         $ ghc-pkg list blargle
         /usr/local/lib/ghc-7.4.1/package.conf.d

     which may imply that blargle was found in
     /usr/local/lib/ghc-7.4.1/package.conf.d

  utils/ghc-pkg/Main.hs |    5 ++++-
  1 files changed, 4 insertions(+), 1 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6119#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to