Add back aws and persistent-mongoDB

This commit is contained in:
Michael Snoyman 2014-09-15 10:49:43 +03:00
parent 7c71aea4d0
commit 41ca8524e0

View File

@ -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 <michael@fpcomplete.com>") $ 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"