From 5bd95c881b01f7ee84156d47fe8769c6857190a0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 14 Dec 2012 11:20:51 +0200 Subject: [PATCH] Added Vincent's packages --- Stackage/Config.hs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 586f6c1e..34122cca 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -69,6 +69,13 @@ defaultStablePackages = execWriter $ do mapM_ (add "Bart Massey ") $ words "parseargs" + mapM_ (add "Vincent Hanquez") $ words =<< + [ "asn1-data bytedump certificate cipher-aes cipher-rc4 connection" + , "cprng-aes cpu crypto-pubkey-types crypto-random-api cryptocipher" + , "cryptohash hit language-java libgit pem siphash socks tls" + , "tls-debug tls-extra udbus vhd xenstore" + ] + mapM_ (add "Edward Kmett ") $ words =<< [ "ad adjunctions bifunctors bound categories charset comonad comonad-transformers" , "comonads-fd comonad-extras compressed concurrent-supply constraints contravariant"