From 4a6216c3ff4238c0904a3ed2848a55d7be34080a Mon Sep 17 00:00:00 2001 From: Carter Tazio Schonwald Date: Sat, 16 Sep 2023 15:09:33 -0400 Subject: [PATCH] basic build fixup changes --- rounded.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rounded.cabal b/rounded.cabal index 47e4d8c..f21a08c 100644 --- a/rounded.cabal +++ b/rounded.cabal @@ -57,8 +57,8 @@ library Numeric.Rounded.Precision build-depends: - base >= 4.11 && < 4.16, - ghc-prim >= 0.4 && < 0.8, + base >= 4.11 && < 4.19, + ghc-prim >= 0.4 && < 0.11, reflection >= 2.1.2 && < 2.2, hgmp >= 0.1.1 && < 0.2, long-double >= 0.1 && < 0.2 @@ -68,6 +68,7 @@ library extra-libraries: mpfr gmp pkgconfig-depends: mpfr >= 4.0.0 + ,gmp hs-source-dirs: src c-sources: cbits/wrappers.c