fltkhs icon indicating copy to clipboard operation
fltkhs copied to clipboard

Version 0.5.3.4 needs extra dep bounds

Open treeowl opened this issue 8 years ago • 2 comments
trafficstars

custom-setup/setup-depends needs a lower bound for Cabal. Cabal >= 1.24.1 && < 1.25 seems to work. It also needs a lower bound on directory. directory >= 1.2.3.0 seems to work. Specifically, withCurrentDirectory and libraryDynDirs are somewhat new.

treeowl avatar Jul 27 '17 22:07 treeowl

Nice. Thanks! I'll make those changes.

deech avatar Jul 27 '17 22:07 deech

Thanks! You should also update the metadata on Hackage for existing versions.

treeowl avatar Jul 27 '17 22:07 treeowl