diff options
author | tv <tv@krebsco.de> | 2025-03-13 21:47:54 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2025-03-13 22:05:13 +0100 |
commit | 8b987fbe7d3a356d6d5df935261f6e3657175377 (patch) | |
tree | 2efa6eb3f1bf1311862e8f8e8493007b94a1ba69 | |
parent | 21f9dbaf868bb0aeb6caf381577d53081f9d70b2 (diff) |
test: mute warning about orphan instance
-rw-r--r-- | test/Spec.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Spec.hs b/test/Spec.hs index 298eb04..351a517 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -1,4 +1,5 @@ {-# LANGUAGE ScopedTypeVariables #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} import Test.QuickCheck import Test.Hspec import Blessings |