[commit: base] master: Remove a redundant pragma (5037619)
Ian Lynagh
igloo at earth.li
Fri Feb 8 22:40:39 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/50376193f26f3e62e232c2457b765341a0b3436c
>---------------------------------------------------------------
commit 50376193f26f3e62e232c2457b765341a0b3436c
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Feb 8 19:55:15 2013 +0000
Remove a redundant pragma
>---------------------------------------------------------------
Control/Monad/Instances.hs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Control/Monad/Instances.hs b/Control/Monad/Instances.hs
index f30f7a4..663536a 100644
--- a/Control/Monad/Instances.hs
+++ b/Control/Monad/Instances.hs
@@ -1,7 +1,5 @@
{-# LANGUAGE Safe #-}
{-# OPTIONS_NHC98 --prelude #-}
--- This module deliberately declares orphan instances:
-{-# OPTIONS_GHC -fno-warn-orphans #-}
-----------------------------------------------------------------------------
-- |
More information about the ghc-commits
mailing list