From 180dee2999afd05141d1be616c64bca29fc15515 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 6 Apr 2014 09:21:08 +0300 Subject: [PATCH] Don't build unification-fd on 7.8 --- Stackage/Config.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 467bb07f..fa4a98a7 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -174,7 +174,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do #endif mapM_ (add "FP Complete ") $ words =<< - [ "web-fpco th-expand-syns configurator compdata smtLib unification-fd" + [ "web-fpco th-expand-syns configurator compdata smtLib" , "fixed-list indents language-c pretty-class" , "aws csv-conduit cassava" , "async shelly thyme" @@ -186,7 +186,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support mapM_ (add "FP Complete ") $ words =<< [ "distributed-process distributed-process-simplelocalnet" - , "threepenny-gui" + , "threepenny-gui unification-fd" ] -- Deprecated version addRange "FP Complete " "persistent-mongoDB" "< 1.3.1 || > 1.3.1"