omnicodec-0.5.0.2: omnicodec.cabal
name: omnicodec
version: 0.5.0.2
license: GPL
license-file: COPYING
author: Magnus Therning
maintainer: magnus@therning.org
copyright: Magnus Therning, 2007-2011
synopsis: data encoding and decoding command line utilities
description: Two simple command line tools built on dataenc.
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.5.0.2
executable odec
main-is: odec.hs
hs-source-dirs: src
other-modules:
Data.ByteString.Iteratee,
Data.ByteString.Iteratee.Internals
build-depends: base ==4.3.*, cmdargs ==0.6.*, bytestring ==0.9.*,
mtl ==2.0.*, dataenc ==0.14.*
ghc-options: -Wall
executable oenc
main-is: oenc.hs
hs-source-dirs: src
ghc-options: -Wall