system-canonicalpath is for GHC 7.8 and later

This commit is contained in:
Michael Snoyman 2014-10-17 17:32:32 +03:00
parent 5139143666
commit c0d1200810

View File

@ -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