Get rid of `-fno-warn-unused-do-bind
` compilation flag.
This commit is contained in:
parent
5d711bbb78
commit
34a2e4129a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
name: gnutls
|
||||
version: 0.1
|
||||
version: 0.1.0.1
|
||||
stability: experimental
|
||||
synopsis: Bindings for GNU TLS
|
||||
license: GPL-3
|
||||
|
@ -18,7 +18,7 @@ description:
|
|||
will be released at a later date.
|
||||
|
||||
library
|
||||
ghc-options: -Wall -fno-warn-unused-do-bind
|
||||
ghc-options: -Wall
|
||||
|
||||
build-depends:
|
||||
base >=3 && < 5
|
||||
|
|
Loading…
Reference in a new issue