-
Notifications
You must be signed in to change notification settings - Fork 0
/
streamconv.cabal
33 lines (32 loc) · 1.02 KB
/
streamconv.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: streamconv
version: 0.2.0.0
license-file: LICENSE
author: Martin Buck
maintainer: buckmartin@buckmartin.de
build-type: Simple
cabal-version: >=1.10
executable streamconv
main-is: Main.hs
other-modules: Types
, Classes
, Instances
, Parsers
, Sources
, Transformers
, Sinks
, Utils
, Args
, Run
, Constants
build-depends: base
, conduit
, conduit-extra
, bytestring
, text
, attoparsec
, binary
, optparse-applicative
, containers
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -O2 -W -fwarn-incomplete-patterns -Werror