X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FLazyUniqFM.lhs;h=55b438f62d9a83684c1b269d99472d5c99e55123;hb=d78ab147ec3d8c3b06b6e922bed4cd9837c9c797;hp=d8132e3cd5b11887a1efc0f20ef50347c2df7128;hpb=1370a4a360ec154b390c1da21d40e446739b24c8;p=ghc-hetmet.git diff --git a/compiler/utils/LazyUniqFM.lhs b/compiler/utils/LazyUniqFM.lhs index d8132e3..55b438f 100644 --- a/compiler/utils/LazyUniqFM.lhs +++ b/compiler/utils/LazyUniqFM.lhs @@ -11,7 +11,8 @@ Basically, the things need to be in class @Uniquable@, and we use the @getUnique@ method to grab their @Uniques@. \begin{code} -{-# OPTIONS -Wall -fno-warn-name-shadowing -Werror -fallow-undecidable-instances #-} +{-# OPTIONS -Wall -fno-warn-name-shadowing -Werror #-} +{-# LANGUAGE UndecidableInstances #-} module LazyUniqFM ( UniqFM, -- abstract type