From 6139f5f3ff6e511c2a2e5eac30249c65894271de Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 2 Aug 2002 12:24:36 +0000 Subject: [PATCH] [project @ 2002-08-02 12:24:36 by simonmar] I can get away without -monly-3-regs for this file, now that GHC is passing -fno-builtin to gcc. --- Data/Array/Base.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Data/Array/Base.hs b/Data/Array/Base.hs index 35ee6b4..b591339 100644 --- a/Data/Array/Base.hs +++ b/Data/Array/Base.hs @@ -1,4 +1,3 @@ -{-# OPTIONS -monly-3-regs #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Array.Base -- 1.7.10.4