Add “Ignore warning” option to cabal check
[cabal.git] / Cabal-tests / tests / UnitTests / Orphans.hs
blobd6b49a919295e680abb1610218b2f7150122d3c2
1 {-# LANGUAGE CPP #-}
2 {-# LANGUAGE StandaloneDeriving #-}
3 {-# OPTIONS_GHC -fno-warn-orphans #-}
4 module UnitTests.Orphans where
6 #if !MIN_VERSION_base(4,7,0)
7 import GHC.Fingerprint (Fingerprint (..))
9 deriving instance Show Fingerprint
10 #endif