Download bundle for Linux libedit2 has reference to libedit0 in editline lib
To reproduce:
- Download GHC 6.10.1 binary bundle for Linux x86_64 with libedit2.
Link is http://www.haskell.org/ghc/dist/6.10.1/ghc-6.10.1-x86_64-unknown-linux-libedit2.tar.bz2
- Install
- do "ghc-pkg describe editline"
Results: "extra-libraries: edit ncurses" Expected "extra-libraries: edit2 ncurses"
- do "cabal install haddock"
Results: "/usr/bin/ld: cannot find -ledit" Expected: success
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.10.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Build System |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |