haskell / mtl

The Monad Transformer Library
http://www.haskell.org/haskellwiki/Monad_Transformers
Other
362 stars 63 forks source link

Try out omit-local-package #58

Closed phadej closed 6 years ago

RyanGlScott commented 6 years ago

I believe I tried this in https://github.com/haskell/mtl/commit/1c110d117d4e5a554d96a39879c14791696c634d, but it still failed to build on GHC 7.8: https://travis-ci.org/haskell/mtl/builds/399714580

phadej commented 6 years ago

Oh, I see.

phadej commented 6 years ago

So mtl as in master is not buildable with installed version of transformers, And IIRC that's intentiona? So we could have UNCONSTRAINED... pushed new commit, let's see.

RyanGlScott commented 6 years ago

Good point, I didn't even notice the lower version bounds on transformers... that would definitely explain that.

Maybe this isn't the best place to try out your new haskell-ci feature, then. unix and stm experienced similar issues, so perhaps those would be better testing grounds.