summaryrefslogtreecommitdiffstats
path: root/irc.cabal
blob: afbdd604f6bf437181d5fac0c4cd2037770386fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: irc
version: 1.0.0
license: MIT
author: tv <tv@krebsco.de>
maintainer: tv@krebsco.de
build-type: Simple
cabal-version: >=1.10

executable ircout
  main-is: ircout.hs
  build-depends:
    async,
    bytestring,
    network,
    optparse-applicative,
    text,
    base
  default-language: Haskell2010
  ghc-options: -O2 -Wall -threaded