From 86ab42d0497434aee6d64be53b6ca583612877e3 Mon Sep 17 00:00:00 2001 From: ijones <ijones@syntaxpolice.org> Date: Tue, 13 Sep 2005 05:03:55 +0000 Subject: [PATCH] fixes for haddock for 1.1.3 --- Distribution/Simple.hs | 12 ++++++------ releaseNotes | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Distribution/Simple.hs b/Distribution/Simple.hs index d225425593..c5590139da 100644 --- a/Distribution/Simple.hs +++ b/Distribution/Simple.hs @@ -155,7 +155,7 @@ data UserHooks = UserHooks -- |Over-ride this hook to get different behavior during copy. copyHook :: PackageDescription -> LocalBuildInfo - -> (Maybe FilePath,Int) -- ^install-prefix, verbose + -> (Maybe FilePath,Int) -- install-prefix, verbose -> IO (), -- |Hook to run after copy command postCopy :: Args -> CopyFlags -> LocalBuildInfo -> IO ExitCode, @@ -176,11 +176,11 @@ data UserHooks = UserHooks -- |Hook to run before sdist command. Second arg indicates verbosity level. preSDist :: Args -> Int -> IO HookedBuildInfo, -- |Over-ride this hook to get different behavior during sdist. - sDistHook :: FilePath -- ^build prefix (temp dir) - -> FilePath -- ^TargetPrefix - -> Int -- ^verbose - -> Bool -- ^snapshot - -> [PPSuffixHandler] -- ^ extra preprocessors (includes suffixes) + sDistHook :: FilePath -- build prefix (temp dir) + -> FilePath -- TargetPrefix + -> Int -- verbose + -> Bool -- snapshot + -> [PPSuffixHandler] -- extra preprocessors (includes suffixes) -> PackageDescription -> IO (), -- |Hook to run after sdist command. Second arg indicates verbosity level. diff --git a/releaseNotes b/releaseNotes index 3e79e5b2d5..0d5b7cea3a 100644 --- a/releaseNotes +++ b/releaseNotes @@ -9,9 +9,8 @@ changes and installation instructions. DOWNLOAD: -The Haskell Cabal has reached version 1.1.2. This pre-release has a -number of new features including a hook for testing, support for -profiling, and support for _stub files, as well as several bug fixes. +The Haskell Cabal has reached version 1.1.3. This pre-release has a +number of new features and bugfixes. Download the Cabal here (source and debian versions available): http://www.haskell.org/cabal/download.html -- GitLab