about summary refs log tree commit diff
path: root/users/Profpatsch/arglib/arglib-netencode.cabal
blob: 461b42a93956397ac342b9f222f472715cd8a251 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cabal-version:      2.4
name:               arglib-netencode
version:            0.1.0.0
author:             Profpatsch
maintainer:         mail@profpatsch.de

library
    exposed-modules:          ArglibNetencode

    build-depends:
        base ^>=4.15.1.0,
        my-prelude,
        netencode,
        exec-helpers,
        attoparsec,
        unix
    default-language: Haskell2010