Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information