From 6cbddae8c26a5d1472d6ac3da99603c08357b494 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 24 Jan 2015 11:19:39 +0000 Subject: [PATCH] add another extension to actually fix the build with ghc-7.10-RC1 --- XMonad/Config/Bluetile.hs | 1 + XMonad/Prompt.hs | 1 + 2 files changed, 2 insertions(+) diff --git a/XMonad/Config/Bluetile.hs b/XMonad/Config/Bluetile.hs index 7796de5b..e0aaea68 100644 --- a/XMonad/Config/Bluetile.hs +++ b/XMonad/Config/Bluetile.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE FlexibleContexts #-} {-# OPTIONS -fno-warn-missing-signatures #-} ---------------------------------------------------------------------------- -- | diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index 0a032c4b..d18a85fb 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE ExistentialQuantification #-} ----------------------------------------------------------------------------- -- |