From 6a1f16efeaabab93c7f97c1463381f9d2067ea8d Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Tue, 31 May 2016 07:20:32 -0700 Subject: [PATCH] Suppress -Werror in src/test/Stack/StoreSpec.hs th-utilities emits a warning that cannot be fixed or disabled, so at least this way it won't break --pedantic --- src/test/Stack/StoreSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Stack/StoreSpec.hs b/src/test/Stack/StoreSpec.hs index e20d9bfc97..8e1c17b986 100644 --- a/src/test/Stack/StoreSpec.hs +++ b/src/test/Stack/StoreSpec.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -fno-warn-orphans #-} +{-# OPTIONS_GHC -fno-warn-orphans -Wwarn #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE MultiParamTypeClasses #-} {-# LANGUAGE RankNTypes #-}