Skip to content

cabal-install-3.12.1.0 works, later versions don't - for project using libncursesw #10961

Open
@jwaldmann

Description

@jwaldmann

cabal run for example from hscurses:

  • does work when built with cabal-install-3.10.3.0
  • does not work (example starts but shows funny behaviour) with later cabal-install

Something changed in the way that the linker is called?

see skogsbaer/hscurses#46 (comment)

reproduce:

git clone https://github.com/skogsbaer/hscurses/
cd hscurses

does not work:

cabal run -f examples -f debug contact-manager -- example/contacts

works (with older cabal-install, built separately)

$HOME/software/haskell/cabal-install-3.10.3.0/dist-newstyle/build/x86_64-linux/ghc-9.12.2/cabal-install-3.10.3.0/x/cabal/build/cabal/cabal run -f examples -f debug contact-manager -- example/contacts

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions