From 69e791c4a175242d7512137008fc09899c1a7cc4 Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Fri, 24 Mar 2017 11:29:19 -0700 Subject: [PATCH] :fire: disabling of unused do bind --- src/GitmonClient.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GitmonClient.hs b/src/GitmonClient.hs index ef3c4f7cf..3be600b71 100644 --- a/src/GitmonClient.hs +++ b/src/GitmonClient.hs @@ -1,5 +1,4 @@ {-# LANGUAGE RecordWildCards, DeriveGeneric, RankNTypes #-} -{-# OPTIONS_GHC -fno-warn-unused-do-bind #-} module GitmonClient where import Control.Exception (throw)