repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add “Ignore warning” option to cabal check
[cabal.git]
/
Cabal-tests
/
tests
/
UnitTests
/
Orphans.hs
blob
d6b49a919295e680abb1610218b2f7150122d3c2
1
{-# LANGUAGE CPP #-}
2
{-# LANGUAGE StandaloneDeriving #-}
3
{-# OPTIONS_GHC -fno-warn-orphans #-}
4
module
UnitTests
.
Orphans
where
5
6
#
if
!
MIN_VERSION_base
(
4
,
7
,
0
)
7
import
GHC
.
Fingerprint
(
Fingerprint
(..))
8
9
deriving instance
Show
Fingerprint
10
#
endif