From 29073f87ad48eee77d27b3f4103aef10280606b3 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 4 Oct 2006 22:31:22 +0000 Subject: [PATCH] Doesn't need List any more --- fco/PrettyShow.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/fco/PrettyShow.hs b/fco/PrettyShow.hs index 232b95f..8408e52 100644 --- a/fco/PrettyShow.hs +++ b/fco/PrettyShow.hs @@ -2,7 +2,6 @@ module PrettyShow (pshow) where -import List import Data.Generics import Text.PrettyPrint.HughesPJ