Remove -Wno-redundant-constraints since it's only in ghc >= 8.0.1

This commit is contained in:
Julian Ospald 2016-05-24 03:31:01 +02:00
parent e66074af1c
commit 7fa4c041a9
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 -Wno-redundant-constraints
ghc-options: -Wall
c-sources: cbits/dirutils.c
exposed-modules: HPath,
HPath.IO,