We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c07f9e commit 4adbc91Copy full SHA for 4adbc91
spec/GitHub/ReposSpec.hs
@@ -1,4 +1,10 @@
1
+{-# LANGUAGE CPP #-}
2
{-# LANGUAGE OverloadedStrings #-}
3
+
4
+#if __GLASGOW_HASKELL__ >= 900
5
+{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
6
+#endif
7
8
module GitHub.ReposSpec where
9
10
import GitHub
0 commit comments