Skip to content
Snippets Groups Projects
Commit 0e2e0928 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Drop redundant `-fno-warn-deprecations`


Doesn't seem to have any effect with GHC HEAD.

Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
parent 624310a8
No related branches found
No related tags found
No related merge requests found
{-# OPTIONS_GHC -fno-warn-deprecations #-}
#if __GLASGOW_HASKELL__ >= 701 #if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-} {-# LANGUAGE Safe #-}
#endif #endif
......
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