[Hackage] #807: inplace is shadowed by package

Hackage cvs-ghc at haskell.org
Sat Mar 5 07:17:04 CET 2011


#807: inplace is shadowed by package
----------------------------+-----------------------------------------------
  Reporter:  guest          |        Owner:         
      Type:  defect         |       Status:  new    
  Priority:  normal         |    Milestone:         
 Component:  Cabal library  |      Version:  1.8.0.6
  Severity:  normal         |     Keywords:  test   
Difficulty:  unknown        |   Ghcversion:         
  Platform:                 |  
----------------------------+-----------------------------------------------
 I have a library, persistent, that builds. When I try to build the test
 suite, I get:

 {{{
 Preprocessing library persistent-0.4.0.1...
 Preprocessing test suites for persistent-0.4.0.1...
 Building persistent-0.4.0.1...
 Registering persistent-0.4.0.1...
 <command line>: cannot satisfy -package-id persistent-0.4.0.1-inplace:
     persistent-0.4.0.1-inplace is shadowed by package
 persistent-0.4.0.1-f5ffa1e952f5d8b58608c8d1f9f69825
     (use -v for more information)
 }}}

 The test-suite build-depends has:
 {{{
                    persistent >= 0.4.0.1,
                    persistent-mongoDB,
                    persistent-postgresql,
                    persistent-sqlite,
 }}}

 persistent-mongoDB (and postgresql and sqlite) depends on persistent to
 build.
 I have tried this twice now from a fairly clean install- immediately after
 upgrading to a new version of ghc.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/807>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects



More information about the cabal-devel mailing list