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 GHC 9.12 #101

Open
andreasabel opened this issue Oct 17, 2024 · 1 comment
Open

Support GHC 9.12 #101

andreasabel opened this issue Oct 17, 2024 · 1 comment

Comments

@andreasabel
Copy link

[__5] rejecting: base-4.21.0.0/installed-cc73 (conflict: scientific => base>=4.15 && <4.21)

@erikd
Copy link

erikd commented Oct 23, 2024

I was able to get it to compile and pass all tests with the diff:

diff --git a/cabal.project b/cabal.project
index e6fdbad..c97a946 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1 +1,6 @@
 packages: .
+
+allow-newer:
+  , integer-logarithms:base
+  , hashable:base
+  , splitmix:base
diff --git a/scientific.cabal b/scientific.cabal
index aaabe13..989dd43 100644
--- a/scientific.cabal
+++ b/scientific.cabal
@@ -104,7 +104,7 @@ library
       , bytestring-builder  >=0.10.4 && <0.11
 
   else
-    build-depends: bytestring >=0.10.4 && <0.12
+    build-depends: bytestring >=0.10.4 && <0.13
 
   if impl(ghc >=9.0)
     build-depends: base >=4.15

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