aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorross <unknown>2005-02-03 16:17:37 +0000
committerross <unknown>2005-02-03 16:17:37 +0000
commit767123ef77a290d79246472bc38a515c57ad4c9b (patch)
treeec2f83b3d418e279dbb33412b6d02749e9b986f6 /src
parent1cce71d01e78da65ae67ab9b67959970b89b919d (diff)
[haddock @ 2005-02-03 16:17:37 by ross]
fix typo for < 6.3
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 68214164..4d067731 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -353,7 +353,7 @@ getPackageIfaces flags verbose =
#if __GLASGOW_HASKELL__ < 603
if (not (null pkgs))
then die ("-use-package not supported; recompile Haddock with GHC 6.4 or later")
- else return ()
+ else return []
#else
do
mb_iface_details <- mapM getPkgIface pkgs