name:          compressed
category:      Data, Compression, MapReduce
version:       3.0.0.1
x-revision: 1
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     experimental
homepage:      http://github.com/ekmett/compressed/
bug-reports:   http://github.com/ekmett/compressed/issues
copyright:     Copyright (C) 2011 Edward A. Kmett
synopsis:      Compressed containers and reducers
description:   Compressed containers and reducers
build-type:    Simple
extra-source-files: .travis.yml

source-repository head
  type: git
  location: git://github.com/ekmett/compressed.git

library

  build-depends:
    base                   >= 4        && < 4.7,
    containers             >= 0.3      && < 0.6,
    fingertree             >= 0.0.1    && < 0.1,
    hashable               >= 1.1.2.1  && < 1.3,
    unordered-containers   >= 0.2.1    && < 0.3,
    semigroups             >= 0.8.3.1  && < 0.9,
    semigroupoids          >= 3.0      && < 3.1,
    comonad                >= 3.0      && < 3.1,
    pointed                >= 3.0      && < 3.1,
    keys                   >= 3.0      && < 3.1,
    reducers               >= 3.0      && < 3.1

  exposed-modules:
    Data.Compressed.LZ78
    Data.Compressed.RunLengthEncoding
    Data.Compressed.Internal.LZ78

  ghc-options: -Wall