X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FNameEnv.lhs;h=6255e73874ad26ede566fe308d8b1704c06b2861;hb=2423c249f5ca7785d0ec89eb33e72662da7561c1;hp=561aeb6ef6f227ab7cf8a8e4f7e8361f1b41e2ad;hpb=7e623a3a6c4fa75bae5be29a9fca015f98f1c30b;p=ghc-hetmet.git 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} %************************************************************************