Conditional build for haskell-docs

This commit is contained in:
Michael Snoyman 2014-11-30 09:37:30 +02:00
parent 9044e54ac2
commit e7de727330

View File

@ -339,12 +339,20 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
]
mapM_ (add "Chris Done") $ words =<<
[ "ace check-email freenect frisby gd haskell-docs "
[ "ace check-email freenect frisby gd"
, "hostname-validate ini lucid osdkeys pdfinfo"
, "pure-io scrobble sourcemap shell-conduit" ]
, "pure-io scrobble sourcemap shell-conduit"
]
-- https://github.com/nominolo/atto-lisp/issues/15
-- present
-- Requires older haddock currently
when (ghcVer /= GhcMajorVersion 7 8 || requireHP) $
mapM_ (add "Chris Done") $ words =<<
[ "haskell-docs"
]
-- TODO: Add hindent and structured-haskell-mode once they've been ported to HSE 1.16.
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)