gcdInt' and gcdWord' are defined only with integer-gmp (#123)

Co-authored-by: Adam Wespiser <adam.wespiser@simspace.com>
This commit is contained in:
Ondřej Súkup
2021-11-20 16:03:29 -05:00
committed by GitHub
co-authored by Adam Wespiser
parent f162c21d1b
commit 84d228a3b5
+2
View File
@@ -68,8 +68,10 @@ import GHC.Real as Base (
, fromRational
, gcd
#if MIN_VERSION_base(4,9,0)
#if defined(MIN_VERSION_integer_gmp)
, gcdInt'
, gcdWord'
#endif
#endif
, infinity
, integralEnumFrom