Skip to content

Commit

Permalink
Fix tests with -integer-gmp
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvandijk committed Sep 26, 2016
1 parent d4e9d49 commit 6a7e916
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Consistency.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ import System.Random


#if MIN_VERSION_base(4,8,0)
# if MIN_VERSION_integer_gmp(1,0,0)
# if defined MIN_VERSION_integer_gmp
# if MIN_VERSION_integer_gmp(1,0,0)
-- implemented via BigNat, etc here:
import Numeric.Natural
# endif
# endif
#endif
-- #ifdef VERSION_integer_gmp
Expand Down

0 comments on commit 6a7e916

Please sign in to comment.