~singpolyma/network-protocol-xmpp

62e8d7fd6fcd9453ff796ea17fe54beaa6ad9c5f — Stephen Paul Weber 4 years ago f1822c3
Less warnings, use Haskell2010
1 files changed, 3 insertions(+), 2 deletions(-)

M network-protocol-xmpp.cabal
M network-protocol-xmpp.cabal => network-protocol-xmpp.cabal +3 -2
@@ 5,7 5,7 @@ license-file: COPYING
author: John Millikin <jmillikin@gmail.com>, Stephan Maka <stephan@spaceboyz.net>
maintainer: Stephen Paul Weber <singpolyma@singpolyma.net>
build-type: Simple
cabal-version: >= 1.6
cabal-version: >= 1.10
category: Network
stability: experimental
homepage: https://git.sr.ht/~singpolyma/network-protocol-xmpp


@@ 24,7 24,8 @@ source-repository this
  tag: network-protocol-xmpp_0.4.8

library
  ghc-options: -Wall -O2
  default-language: Haskell2010
  ghc-options: -Wall -Wno-tabs -O2
  hs-source-dirs: lib

  build-depends: