Commit 96b8fb8
committed
hspec-expectations.cabal: Disable redundant-constraint warnings
GHC 8.0.1 added a new `redundant-constraints` warning that is part of
`-Wall` by default. However, this warning is triggered on code that
needs the constraints (eg AMP with ghc < 7.10) for earlier compilers.1 parent ac6dccc commit 96b8fb8
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments