mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 10:15:48 +01:00
Add shell-conduit (discussed with @chrisdone)
This commit is contained in:
parent
cb3fba5a3c
commit
75a1140a51
@ -299,6 +299,7 @@ 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"
|
||||||
|
|
||||||
#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