deech / fltkhs

Haskell bindings to FLTK GUI toolkit.
MIT License
190 stars 24 forks source link

cabal-install 3.4.0.0 breaks installation #173

Closed vmchale closed 2 years ago

vmchale commented 3 years ago

Building works fine, but when I try to use it in a project:

cabal: The following package dependencies were requested
--dependency='fltkhs=fltkhs-0.8.0.3-accf656aa1084c833eb911f7cdc905304bc7349170386eed04847ea1e85f67ca'
however the given installed package instance does not exist.
vanessa@vanessa-dell:~/dev/haskell/dickinson/dickinson-fltk$ cabal --version
cabal-install version 3.4.0.0
compiled using version 3.4.0.0 of the Cabal library

Thanks!

deech commented 3 years ago

Which branch did you try? Ongoing dev is happening in TheGreatConsolidation.

vmchale commented 2 years ago

Oh, nvm! Seems to work with source-repository-package at least. Thank you for the continued work! :pray:

vmchale commented 2 years ago

Hmm, this might be related to source-repository-package vs. installations from Hackage, I'll have to see what happens with the next release!