Skip to content
Snippets Groups Projects
Commit 9e6c6893 authored by Simon Jakobi's avatar Simon Jakobi Committed by Herbert Valerio Riedel
Browse files

Silence deprecation warnings for First, Last and Option

parent a2d507af
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@
{-# LANGUAGE EmptyCase #-}
#endif
#if __GLASGOW_HASKELL__ >= 808
{-# OPTIONS_GHC -Wno-deprecations #-} -- For the First, Last and Option instances
#endif
-----------------------------------------------------------------------------
-- |
-- Module : Control.DeepSeq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment