packages feed

iptables-helpers-0.5.0: iptables-helpers.cabal

Name:               iptables-helpers
Version:            0.5.0
Synopsis:           iptables rules parser/printer library
License:            BSD3
License-file:       LICENSE
Author:             Evgeny Tarasov
Maintainer:         etarasov.ekb@gmail.com
Category:           Text
Build-type:         Simple
Cabal-version:      >=1.6
Source-repository   head
    type:           git
    location:       https://github.com/etarasov/iptables-helpers.git

Library
    Exposed-modules:
                    Iptables
                    Iptables.Parser
                    Iptables.Print
                    Iptables.Types

    Build-depends:
                    base >=4 && <5,
                    parsec >= 2.1,
                    mtl >= 1.1,
                    safe >= 0.3,
                    containers >= 0.4 && < 0.6,
                    utf8-string >=0.3 && < 0.4

  -- Other-modules:

    Hs-Source-Dirs: src

    Ghc-options:    -Wall -fno-warn-unused-do-bind

executable iptables-helpers-test
    main-is:        Test.hs
    Build-depends:
                    base >= 4 && < 5,
                    QuickCheck >= 2.5 && < 2.6,
                    syb >= 0.3 && < 0.4
    HS-Source-Dirs: src
    ghc-options:    -Wall -fno-warn-unused-do-bind