mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-11 05:47:29 +01:00
This commit is contained in:
parent
f5a812de71
commit
8aa76ea102
@ -300,7 +300,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
|
|
||||||
mapM_ (add "Chris Done") $ words
|
mapM_ (add "Chris Done") $ words
|
||||||
"statistics-linreg"
|
"statistics-linreg"
|
||||||
when (ghcVer >= GhcMajorVersion 7 8) $ add "Chris Done" "shell-conduit"
|
-- https://github.com/isomorphism/these/issues/11
|
||||||
|
-- when (ghcVer >= GhcMajorVersion 7 8) $ add "Chris Done" "shell-conduit"
|
||||||
|
|
||||||
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
||||||
-- Does not compile on Windows
|
-- Does not compile on Windows
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user