dan-t / cabal-bounds

Set the version bounds of dependencies in a cabal file
Other
66 stars 7 forks source link

Raise upper bound of directory library #10

Closed neilmayhew closed 7 years ago

neilmayhew commented 7 years ago

Tested on NixOS 17.03


This change is Reviewable

dan-t commented 7 years ago

Thanks!

Is this change for GHC 8.2?

neilmayhew commented 7 years ago

It's ghc 8.0.2, actually, which contains directory 1.3.0.0.

dan-t commented 7 years ago

Oh, so the directory dependency changed between GHC 8.0.1 and GHC 8.0.2, because I've build and tested it with 8.0.1.

I'm just building it with GHC 8.2.1 and make an update.

dan-t commented 7 years ago

I've just released cabal-bounds 1.2.0, which should support GHC 8.0.2 and GHC 8.2.1.

Thanks!