X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FNameEnv.lhs;h=6255e73874ad26ede566fe308d8b1704c06b2861;hp=561aeb6ef6f227ab7cf8a8e4f7e8361f1b41e2ad;hb=49c98d143c382a1341e1046f5ca00819a25691ba;hpb=b00b5bc04ff36a551552470060064f0b7d84ca30 diff --git a/compiler/basicTypes/NameEnv.lhs b/compiler/basicTypes/NameEnv.lhs index 561aeb6..6255e73 100644 --- a/compiler/basicTypes/NameEnv.lhs +++ b/compiler/basicTypes/NameEnv.lhs @@ -1,4 +1,5 @@ % +% (c) The University of Glasgow 2006 % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % \section[NameEnv]{@NameEnv@: name environments} @@ -17,9 +18,9 @@ module NameEnv ( #include "HsVersions.h" -import Name ( Name ) +import Name import UniqFM -import Maybes ( expectJust ) +import Maybes \end{code} %************************************************************************