lib: Remove un-necessary silencing of deprecation warning (relevant functions are no longer used)

This commit is contained in:
Stephen Morgan 2020-10-09 10:14:57 +11:00 committed by Simon Michael
parent e57d911355
commit 7808aae682

View File

@ -5,10 +5,6 @@ transactions..) by various criteria, and a SimpleTextParser for query expressio
-} -}
-- Silence safe 0.3.18's deprecation warnings for (max|min)imum(By)?Def for now
-- (may hide other deprecation warnings too). https://github.com/ndmitchell/safe/issues/26
{-# OPTIONS_GHC -Wno-warnings-deprecations #-}
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}