[Hackage] #369: Version range printing is inconsistent
Hackage
trac at galois.com
Mon Oct 13 14:59:58 EDT 2008
#369: Version range printing is inconsistent
----------------------------+-----------------------------------------------
Reporter: nominolo | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Cabal library | Version: HEAD
Severity: minor | Keywords:
Difficulty: normal | Ghcversion: 6.9
Platform: |
----------------------------+-----------------------------------------------
When configuring a package with the following build-depends:
{{{
build-depends: base >= 4 && < 5,
ghc-paths >= 0.1 && < 0.2,
ghc >= 6.10 && < 6.12,
ghc-syb >= 0.1 && < 0.2,
directory >= 1.0 && < 1.1
}}}
configuring fails with:
{{{
Setup: At least the following dependencies are missing:
ghc-paths ==0.1.* && ==0.1.*, ghc-syb ==0.1.*
}}}
Note the superfluous {{{ && ==0.1.*}}} in the first missing dependency.
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/369>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list