diff --git a/Stackage/Config.hs b/Stackage/Config.hs index e51ce8e0..923471d5 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -243,9 +243,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do , "executable-path formatting quandl-api" , "fgl hmatrix hmatrix-gsl" , "alex happy c2hs" - , "fpco-api" + , "fpco-api aws persistent-mongoDB" ] - -- aws persistent-mongoDB when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support mapM_ (add "FP Complete ") $ words =<< [ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet" @@ -523,7 +522,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do peg "adjunctions" "< 4.2" peg "kan-extensions" "< 4.1" peg "semigroupoids" "< 4.1" - --peg "aws" "< 0.10" + peg "aws" "< 0.10" peg "pandoc" "< 1.13" peg "texmath" "<= 0.6.6.3" peg "checkers" "== 0.3.2"