mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
singletons does not work in GHC 7.6
This commit is contained in:
parent
75608dc594
commit
3df6d93758
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user