[Hackage] #118: Cabal eats leading '.'s from .cabal file

Hackage trac at galois.com
Fri Aug 24 14:15:00 EDT 2007


#118: Cabal eats leading '.'s from .cabal file
-----------------------------+----------------------------------------------
  Reporter:  igloo at earth.li  |        Owner:  ijones
      Type:  defect          |       Status:  new   
  Priority:  high            |    Milestone:        
 Component:  Cabal           |      Version:  1.1.6 
  Severity:  normal          |   Resolution:        
  Keywords:                  |   Ghcversion:  6.6   
Difficulty:  normal          |     Platform:  Linux 
-----------------------------+----------------------------------------------
Comment (by nominolo):

 The "." -> "" problem is a problem in filepath, not necessarily Cabal.
 The problem is that it calls {{{normalize}}} which does this (IMO) illegal
 transformation.  A normalized path should always work.  I think Neil fixed
 this in the latest (unreleased) filepath, I haven't tested though.  The
 problem described in the original report should be fixed, though it's sad
 we do not seem to have regression tests for this one.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/118>
Hackage <http://example.com/>
My example project


More information about the cabal-devel mailing list