name: haskell-compression
version: 0.2
cabal-version: >=1.2
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
homepage: http://xy30.com
category: System
author: Alan Hawkins
synopsis: compress files
description: A program to compress a file
cabal-version: >=1.10
source-repository head
type: git
location: http://github.com/xpika/haskell-compression.git
library
exposed-modules:
Codec.HaskellCompression
build-depends:
base < 10000
, containers <10000
, bytestring <10000
,bimap <10000
,booleanlist <10000
default-language: Haskell2010
executable hs-compress
main-is: Main.hs
build-depends:
base <10000
,containers <10000
,bytestring <10000
,bimap <10000
default-language: Haskell2010