From 8e446125b4ebbc7a8aebee7e504a734b3cd8e737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=83=D1=80=20=D0=A4=D0=B0=D0=B8=CC=86?= =?UTF-8?q?=D0=B7=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Tue, 9 Dec 2014 21:34:13 +0500 Subject: [PATCH] Add FRP Sodium and hdevtools packages --- Stackage/Config.hs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index b0a4a0db..1ffb98fd 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -220,7 +220,7 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do add "bloodhound" -- Too lazy to keep the test dependencies up to date - let names = + let names = words "hasql hasql-postgres hasql-backend postgresql-binary" ++ words "stm-containers focus list-t slave-thread partial-handler" ++ words "neat-interpolation cases" ++ @@ -655,10 +655,13 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Alexander Thiemann ") $ words "graph-core reroute Spock" - + mapM_ (add "Joey Eremondi ") $ words "prettyclass" + mapM_ (add "Arthur Fayzrakhmanov ") $ words + "sodium hdevtools" + -- https://github.com/fpco/stackage/issues/217 addRange "Michael Snoyman" "transformers" "< 0.4" addRange "Michael Snoyman" "mtl" "< 2.2"