From 94f8532b4bf75f9aca8d57b0f95e02ab2514bf85 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 30 Nov 2014 14:41:14 +0200 Subject: [PATCH] Add scrobble back in chrisdone/scrobble#1 --- Stackage/Config.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 66e8c6be..6d420e1f 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -341,11 +341,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do mapM_ (add "Chris Done") $ words =<< [ "ace check-email freenect gd" , "hostname-validate ini lucid osdkeys pdfinfo" - , "pure-io sourcemap" + , "pure-io sourcemap scrobble" -- https://github.com/nominolo/atto-lisp/issues/15 -- , "present" - -- https://github.com/chrisdone/scrobble/issues/1 - -- , "scrobble" -- https://github.com/fpco/stackage/issues/344 -- , "frisby" ]