From 2cefe29fbc6c06b1163491cf4b11633ea7795e4a Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Thu, 20 Jun 2019 12:58:16 -0400 Subject: [PATCH] no partial type sigs necessary --- src/Reprinting/Pipeline.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Reprinting/Pipeline.hs b/src/Reprinting/Pipeline.hs index 0245cc67b..3498fc048 100644 --- a/src/Reprinting/Pipeline.hs +++ b/src/Reprinting/Pipeline.hs @@ -95,8 +95,7 @@ stages of the pipeline follows: -} -{-# LANGUAGE AllowAmbiguousTypes, PartialTypeSignatures, RankNTypes, ScopedTypeVariables #-} -{-# OPTIONS_GHC -Wno-partial-type-signatures #-} +{-# LANGUAGE AllowAmbiguousTypes, RankNTypes, ScopedTypeVariables #-} module Reprinting.Pipeline ( runReprinter , runTokenizing