[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: GHC 8.0.2



Hi Gianfranco,

On Thu, Jan 19, 2017 at 04:02PM, Gianfranco Costamagna wrote:
> >this looks good. Did any libraries with GHC got their version bumped in
> >a way that requires changing the .cabal file in any of our other
> >libraries?
> 
> I don't know how to test that, sorry

According to this[1], GHC v8.0.2 includes an upgrade of the `directory`
library to 1.3.0.0. This breaks at least the following packages:

  * stack-1.1.2, which depends on `directory (>=1.2.1.0 && <1.3)`.
  * Agda-2.5.1.1, which depends on `directory (>=1.2.0.1 && <1.3)`.
  * Glob-0.7.12, which depends on `directory (<1.3)`.

There are probably more. I identified the above by settings
`directory-1.3.0.0` as a dependency on package-plan.

[1] https://ghc.haskell.org/trac/ghc/blog

-- 
Ilias


Reply to: