X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FDemand.lhs;h=78b46a7e0ee19a20cd2893865285f4fe39b84b68;hb=b0c46848af7e431a2898af1a8aa1fbb0d2499137;hp=50bb0c6ffaf46b1e0d018f13e4e666696f0518dd;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/basicTypes/Demand.lhs b/compiler/basicTypes/Demand.lhs index 50bb0c6..78b46a7 100644 --- a/compiler/basicTypes/Demand.lhs +++ b/compiler/basicTypes/Demand.lhs @@ -1,4 +1,5 @@ % +% (c) The University of Glasgow 2006 % (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 % \section[Demand]{@Demand@: the amount of demand on a value} @@ -27,7 +28,7 @@ module Demand( #include "HsVersions.h" import Outputable -import Util ( listLengthCmp ) +import Util \end{code}