Hide wrong -Wredundant-constraints messages
This commit is contained in:
parent
5ac7450495
commit
f2fe5a3419
@ -20,7 +20,7 @@ extra-source-files: README.md
|
|||||||
library
|
library
|
||||||
hs-source-dirs: src/
|
hs-source-dirs: src/
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall -Wno-redundant-constraints
|
||||||
c-sources: cbits/dirutils.c
|
c-sources: cbits/dirutils.c
|
||||||
exposed-modules: HPath,
|
exposed-modules: HPath,
|
||||||
HPath.IO,
|
HPath.IO,
|
||||||
|
Loading…
Reference in New Issue
Block a user