From: simonmar Date: Wed, 4 Jul 2001 11:29:26 +0000 (+0000) Subject: [project @ 2001-07-04 11:29:26 by simonmar] X-Git-Tag: nhc98-1-18-release~1220 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=04e1165a49ded96beef4b18a2ed0de7e26b05cf4;p=ghc-base.git [project @ 2001-07-04 11:29:26 by simonmar] need to import Data.Tuple explicitly to get dependencies right. --- diff --git a/GHC/Enum.lhs b/GHC/Enum.lhs index f5a27fb..7e59d98 100644 --- a/GHC/Enum.lhs +++ b/GHC/Enum.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: Enum.lhs,v 1.3 2001/07/03 14:13:32 simonmar Exp $ +% $Id: Enum.lhs,v 1.4 2001/07/04 11:29:26 simonmar Exp $ % % (c) The University of Glasgow, 1992-2000 % @@ -21,6 +21,7 @@ module GHC.Enum( import {-# SOURCE #-} GHC.Err ( error ) import GHC.Base +import Data.Tuple () -- for dependencies default () -- Double isn't available yet \end{code}