singletons does not work in GHC 7.6

This commit is contained in:
Michael Snoyman 2014-08-24 14:05:52 +03:00
parent 75608dc594
commit 3df6d93758

View File

@ -235,7 +235,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
, "executable-path formatting quandl-api"
, "fgl hmatrix hmatrix-gsl"
, "alex happy"
, "th-lift singletons th-desugar quickcheck-assertions"
]
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
@ -246,6 +245,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
[ "criterion"
, "th-lift singletons th-desugar quickcheck-assertions"
]
-- Deprecated version