ekmett / adjunctions

Simple adjunctions
http://hackage.haskell.org/package/adjunctions
Other
44 stars 27 forks source link

Not compatible with mtl-2.3.1-rc1 as bounds claim #72

Closed ysangkok closed 2 years ago

ysangkok commented 2 years ago

I append this to cabal.project:

source-repository-package
  type: git
  location: git@github.com:haskell/mtl.git
  tag: v2.3.1-rc1

but compilation fails because of a conflict regarding liftCallCC.

I expected compilation to succeed.

RyanGlScott commented 2 years ago

Thanks for the bug report. I've uploaded adjunctions-4.4.2 to Hackage with a fix.