Remove -Wno-redundant-constraints since it's only in ghc >= 8.0.1
This commit is contained in:
parent
e66074af1c
commit
7fa4c041a9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user