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

Make a revision to support GHC 9.0.1 #6

Closed
2 tasks done
andreasabel opened this issue Mar 9, 2021 · 2 comments
Closed
2 tasks done

Make a revision to support GHC 9.0.1 #6

andreasabel opened this issue Mar 9, 2021 · 2 comments

Comments

@andreasabel
Copy link
Collaborator

andreasabel commented Mar 9, 2021

goldplate builds with cabal build --allow-newer.

  • Outdated upper bounds can be relaxed as follows:
     aeson-pretty         >= 0.8  && < 0.9,
     async                >= 2.2  && < 2.3,
     base                 >= 4.9  && < 5,
-    bytestring           >= 0.10 && < 0.11,
+    bytestring           >= 0.10 && < 0.12,
     Diff                 >= 0.3  && < 0.5,
     directory            >= 1.3  && < 1.4,
     filepath             >= 1.4  && < 1.5,
     Glob                 >= 0.10 && < 0.11,
-    optparse-applicative >= 0.14 && < 0.16,
+    optparse-applicative >= 0.14 && < 0.17,
     process              >= 1.6  && < 1.7,
     regex-pcre-builtin   >= 0.95.1.3 && < 0.96,
     text                 >= 1.2  && < 1.3,
-    time                 >= 1.8  && < 1.10,
+    time                 >= 1.8  && < 1.12,
     unordered-containers >= 0.2  && < 0.3
@andreasabel
Copy link
Collaborator Author

See #7.

@andreasabel
Copy link
Collaborator Author

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

1 participant