mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add back aws and persistent-mongoDB
This commit is contained in:
parent
7c71aea4d0
commit
41ca8524e0
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user