From a4f182470476ac022e342f80cb0a6bcb8fff0c3d Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sat, 23 Oct 2010 15:36:31 +0000 Subject: [PATCH] Follow GHC.Bool/GHC.Types merge --- GHC/Integer.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Integer.lhs b/GHC/Integer.lhs index 0f06d9a..a2c35ca 100644 --- a/GHC/Integer.lhs +++ b/GHC/Integer.lhs @@ -84,8 +84,8 @@ import GHC.IntWord64 ( ) #endif -import GHC.Bool import GHC.Ordering +import GHC.Types default () -- Double isn't available yet, -- and we shouldn't be using defaults anyway -- GitLab