From 8d794da86c23205ed855e1291b32232b4c35d990 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Thu, 9 Jun 2016 21:18:10 -0400 Subject: [PATCH] Remove printf. --- src/Protolude.hs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Protolude.hs b/src/Protolude.hs index 53eb7e55c..f1d9c09cb 100644 --- a/src/Protolude.hs +++ b/src/Protolude.hs @@ -291,13 +291,6 @@ import Data.Text.Lazy ( , fromStrict ) --- Printf -import Text.Printf as X ( - PrintfArg - , printf - , hPrintf - ) - -- IO import System.Exit as X --import System.Info as X