From 4fee31ab68864753ccfca936e70ca60f45236789 Mon Sep 17 00:00:00 2001 From: Sandy Maguire Date: Sat, 18 May 2019 08:40:32 -0400 Subject: [PATCH] Fix CI --- src/Polysemy/Internal.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Polysemy/Internal.hs b/src/Polysemy/Internal.hs index db3ade5..55d2d11 100644 --- a/src/Polysemy/Internal.hs +++ b/src/Polysemy/Internal.hs @@ -3,6 +3,7 @@ {-# LANGUAGE MonoLocalBinds #-} {-# LANGUAGE UndecidableInstances #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_HADDOCK not-home #-} module Polysemy.Internal