packages feed

zip-conduit-0.3.0: zip-conduit.cabal

Name:                zip-conduit
Version:             0.3.0
Synopsis:            Working with zip archives via conduits
Description:         Working with zip archives via conduits.
License:             BSD3
License-file:        LICENSE
Author:              Tim Cherganov
Maintainer:          cherganov@gmail.com
Category:            Codec, Conduit
Homepage:            https://github.com/timcherganov/zip-conduit
Bug-reports:         https://github.com/timcherganov/zip-conduit/issues
Build-type:          Simple
Cabal-version:       >=1.10


Library
  Hs-source-dirs:    src

  Build-depends:
      base           >= 4.8 && < 5
    , bytestring     >= 0.9 && < 0.12
    , cereal         >= 0.3 && < 0.6
    , conduit        >= 1.3 && < 1.4
    , conduit-extra  >= 1.3 && < 1.4
    , digest         < 0.1
    , directory      >= 1.1 && < 1.4
    , filepath       >= 1.3 && < 1.5
    , mtl            >= 2.0 && < 2.3
    , old-time       >= 1.0 && < 1.2
    , resourcet      >= 1.2 && < 1.3
    , time           >= 1.4 && < 1.10
    , transformers   >= 0.3 && < 0.6
    , utf8-string    >= 0.3 && < 1.1

  Exposed-modules:
      Codec.Archive.Zip

  Other-modules:
      Codec.Archive.Zip.Internal
      Codec.Archive.Zip.Util

  Ghc-options:       -Wall -fno-warn-unused-do-bind
  Default-language:  Haskell2010


Test-suite tests
  Type:              exitcode-stdio-1.0
  Hs-source-dirs:    tests
  Main-is:           Tests.hs

  Build-depends:
      base           >= 4.8 && < 5
    , bytestring     >= 0.10.2 && < 0.12
    , conduit        >= 1.3 && < 1.4
    , resourcet      >= 1.2 && < 1.3
    , directory      >= 1.1 && < 1.4
    , filepath       >= 1.3 && < 1.5
    , HUnit          >= 1.2 && < 1.7
    , hpc            >= 0.5 && < 0.7
    , mtl            >= 2.0 && < 2.3
    , temporary      >= 1.1 && < 1.4
    , test-framework >= 0.6 && < 0.9
    , test-framework-hunit >= 0.2 && < 0.4
    , time           >= 1.4 && < 1.10
    , zip-conduit

  Ghc-options:       -Wall -fno-warn-unused-do-bind
  Default-language:  Haskell2010


Source-repository head
  type:     git
  location: https://github.com/timcherganov/zip-conduit.git