Ticket #509 (closed defect: duplicate)

Opened 4 years ago

Last modified 17 months ago

Library dependency version check seems to fail

Reported by: guest Owned by:
Priority: normal Milestone:
Component: Cabal library Version: 1.6.0.2
Severity: normal Keywords:
Cc: Difficulty: unknown
GHC Version: 6.10.1 Platform: Linux

Description

cabal install hlint

fails with:

cabal: happy version >=1.17 is required but it could not be found.

However, happy 1.18.2 is available and after I install it manually hlint installation succeeds.

* happy
    Synopsis: Happy is a parser generator for Haskell
    Latest version available: 1.18.2
    Latest version installed: [ Not installed ]
    Homepage: http://www.haskell.org/happy/
    License:  BSD3

Attachments

hlint-build-fail.txt Download (6.5 KB) - added by guest 4 years ago.
cabal install hlint output.

Change History

Changed 4 years ago by guest

cabal install hlint output.

Changed 4 years ago by duncan

  • status changed from new to closed
  • resolution set to duplicate

It's a dependency on a build tool that is not tracked yet. See #227.

Changed 17 months ago by elga

Note: See TracTickets for help on using tickets.