Skip to content

Commit

Permalink
fixes for haddock for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxPolice committed Sep 13, 2005
1 parent d155f47 commit 86ab42d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Distribution/Simple.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions releaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86ab42d

Please sign in to comment.