Hide wrong -Wredundant-constraints messages

This commit is contained in:
Julian Ospald 2016-05-24 03:24:57 +02:00
parent 5ac7450495
commit f2fe5a3419
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ extra-source-files: README.md
library
hs-source-dirs: src/
default-language: Haskell2010
ghc-options: -Wall
ghc-options: -Wall -Wno-redundant-constraints
c-sources: cbits/dirutils.c
exposed-modules: HPath,
HPath.IO,