~singpolyma/haskell-gnutls

34a2e4129a7214d12dccb72a34eaafb11a4cc160 — John Millikin 12 years ago 5d711bb
Get rid of ``-fno-warn-unused-do-bind`` compilation flag.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnutls.cabal
M gnutls.cabal => gnutls.cabal +2 -2
@@ 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