X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FbasicTypes%2FDemand.lhs;h=78b46a7e0ee19a20cd2893865285f4fe39b84b68;hp=50bb0c6ffaf46b1e0d018f13e4e666696f0518dd;hb=49c98d143c382a1341e1046f5ca00819a25691ba;hpb=b00b5bc04ff36a551552470060064f0b7d84ca30 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}