packages feed

omnicodec-0.7: omnicodec.cabal

name: omnicodec
version: 0.7
license: OtherLicense
license-file: COPYING
author: Magnus Therning
maintainer: magnus@therning.org
copyright: Magnus Therning, 2012
synopsis: data encoding and decoding command line utilities
description: Two simple command line tools built on sandi
    (http://hackage.haskell.org/package/sandi).
build-type: Simple
category: Codec
cabal-version: >= 1.6

source-repository head
    type: git
    location: https://github.com/magthe/omnicodec

source-repository this
    type: git
    location: https://github.com/magthe/omnicodec
    tag: REL_0.6

executable odec
    main-is: odec.hs
    hs-source-dirs: src
    build-depends:
        base ==4.6.*,
        cmdargs ==0.10.*,
        conduit ==1.0.*,
        bytestring ==0.10.*,
        sandi ==0.2.*,
        transformers ==0.3.*
    ghc-options: -Wall

executable oenc
    main-is: oenc.hs
    hs-source-dirs: src
    build-depends:
        base ==4.6.*,
        cmdargs ==0.10.*,
        conduit ==1.0.*,
        bytestring ==0.10.*,
        sandi ==0.2.*,
        transformers ==0.3.*
    ghc-options: -Wall