
#118: Cabal eats leading '.'s from .cabal file -----------------------------+---------------------------------------------- Reporter: igloo@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 -----------------------------+---------------------------------------------- Changes (by duncan): * priority: normal => high Comment: Yes, this is bad. It just bit me too in HEAD. I was using: Library { include-dirs: . } and that gets striped to nothing, which means we pass "-I" to ghc with no following path (which makes ghc complain). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/118 Hackage http://example.com/ My example project