Support ghc-9.0.1 (#131)

This commit is contained in:
Adam Wespiser
2022-02-20 20:19:01 -05:00
committed by GitHub
parent 4e11d80eb7
commit ee4d94feab
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ import GHC.Real as Base (
, fromIntegral
, fromRational
, gcd
#if MIN_VERSION_base(4,9,0)
#if MIN_VERSION_base(4,9,0) && !MIN_VERSION_base(4,15,0)
#if defined(MIN_VERSION_integer_gmp)
, gcdInt'
, gcdWord'