X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Futils%2FListSetOps.lhs;h=becf9e6da250f059bfb6226c4028f832b884cb17;hb=9c54ee0c9e25617b2a9ad4cdd9d3a6354e2edc0f;hp=02950722a20924ecaeeeeaaabb5a41bddf0f7018;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/utils/ListSetOps.lhs b/compiler/utils/ListSetOps.lhs index 0295072..becf9e6 100644 --- a/compiler/utils/ListSetOps.lhs +++ b/compiler/utils/ListSetOps.lhs @@ -1,4 +1,5 @@ % +% (c) The University of Glasgow 2006 % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % \section[ListSetOps]{Set-like operations on lists} @@ -24,7 +25,8 @@ import Outputable import Unique ( Unique ) import UniqFM ( eltsUFM, emptyUFM, addToUFM_C ) import Util ( isn'tIn, isIn, mapAccumR, sortLe ) -import List ( partition ) + +import Data.List ( partition ) \end{code}