Add executable-path

This commit is contained in:
Michael Snoyman 2014-07-29 07:31:37 +03:00
parent a26c84a56f
commit 298258b5cd

View File

@ -222,6 +222,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
, "persistent-mongoDB fpco-api" , "persistent-mongoDB fpco-api"
, "base16-bytestring convertible" , "base16-bytestring convertible"
, "compdata hybrid-vectors" , "compdata hybrid-vectors"
, "executable-path"
] ]
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<< mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<