Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mtl-2.3 #2

Closed
Bodigrim opened this issue Apr 3, 2023 · 1 comment
Closed

Support mtl-2.3 #2

Bodigrim opened this issue Apr 3, 2023 · 1 comment

Comments

@Bodigrim
Copy link

Bodigrim commented Apr 3, 2023

$ cabal build -w ghc-9.6 --allow-newer -c 'mtl>=2.3'
Resolving dependencies...
Build profile: -w ghc-9.6.1 -O1
...
Building library for diagrams-html5-1.4.1..
[1 of 2] Compiling Diagrams.Backend.Html5

src/Diagrams/Backend/Html5.hs:87:48: error:
    Module ‘Control.Monad.State’ does not export ‘when’
   |
87 | import           Control.Monad.State          (when)
   |                                                ^^^^
Error: cabal: Failed to build diagrams-html5-1.4.1.

As a Hackage trustee I made a revision restricting mtl to <2.3 (and relaxing some other bounds):
https://hackage.haskell.org/package/diagrams-html5-1.4.1/revisions/

@byorgey
Copy link
Member

byorgey commented Apr 18, 2023

Uploaded diagrams-html5-1.4.2 to Hackage.

@byorgey byorgey closed this as completed Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants