Skip to content

Commit 4adbc91

Browse files
committed
Silence -Wincomplete-uni-patterns in testsuite (for Haskell CI)
1 parent 0c07f9e commit 4adbc91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/GitHub/ReposSpec.hs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
{-# LANGUAGE CPP #-}
12
{-# LANGUAGE OverloadedStrings #-}
3+
4+
#if __GLASGOW_HASKELL__ >= 900
5+
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
6+
#endif
7+
28
module GitHub.ReposSpec where
39

410
import GitHub

0 commit comments

Comments
 (0)