mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +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
|
||||
"statistics-linreg"
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $ add "Chris Done" "shell-conduit"
|
||||
|
||||
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
||||
-- Does not compile on Windows
|
||||
|
||||
Loading…
Reference in New Issue
Block a user