X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FList.hs;h=061ad42a01ad19d3b7b2f1498b03497946410db4;hb=41e8fba828acbae1751628af50849f5352b27873;hp=0e4e6213632e9c2a217c8b766dfd3bc1a066ac10;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Data/List.hs b/Data/List.hs index 0e4e621..061ad42 100644 --- a/Data/List.hs +++ b/Data/List.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude, MagicHash #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.List