diff --git a/Distribution/Simple.hs b/Distribution/Simple.hs index d2254255936c48f63808e14432689a74958c79cb..c5590139da5b80e8eaa77d348491c44944ab4437 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 3e79e5b2d5a4df7c5323fc7eab968cfab4456184..0d5b7cea3a2d6b1074220f08b581cdf8cdcb788d 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