1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

🔥 disabling of unused do bind

This commit is contained in:
Rick Winfrey 2017-03-24 11:29:19 -07:00
parent fa206dc250
commit 69e791c4a1

View File

@ -1,5 +1,4 @@
{-# LANGUAGE RecordWildCards, DeriveGeneric, RankNTypes #-}
{-# OPTIONS_GHC -fno-warn-unused-do-bind #-}
module GitmonClient where
import Control.Exception (throw)