mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
system-canonicalpath is for GHC 7.8 and later
This commit is contained in:
parent
5139143666
commit
c0d1200810
@ -494,7 +494,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
"ghc-syb-utils"
|
||||
|
||||
mapM_ (add "Boris Buliga <d12frosted@icloud.com>") $ words
|
||||
"djinn-lib djinn-ghc ghc-mod io-choice system-canonicalpath"
|
||||
"djinn-lib djinn-ghc ghc-mod io-choice"
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||
mapM_ (add "Boris Buliga <d12frosted@icloud.com>") $ words
|
||||
"system-canonicalpath"
|
||||
|
||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||
mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words
|
||||
|
||||
Loading…
Reference in New Issue
Block a user