z85-0.0.2: z85.cabal
-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 22a73edc32f541f81500812a5fba713c8b14096c1a89b428be2eda71495d1063
name: z85
version: 0.0.2
synopsis: Implementation of the z85 binary codec
description: Please see the README on GitHub at <https://github.com/athanclark/z85#readme>
category: Data
homepage: https://github.com/athanclark/z85#readme
bug-reports: https://github.com/athanclark/z85/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: Copyright (c) 2018 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/athanclark/z85
library
exposed-modules:
Data.Attoparsec.ByteString.Z85
Data.Attoparsec.Text.Z85
Data.ByteString.Z85
Data.ByteString.Z85.Internal
Pipes.Z85
other-modules:
Paths_z85
hs-source-dirs:
src
build-depends:
QuickCheck
, attoparsec
, attoparsec-binary >=0.2
, base >=4.8 && <4.12
, bytestring
, pipes >=4.0 && <4.4
, pipes-bytestring >=2.1.6
, pipes-text >=0.0.2.5
, text
, vector-sized
default-language: Haskell2010
test-suite z85-bytestring-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_z85
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, attoparsec
, attoparsec-binary >=0.2
, base >=4.8 && <4.12
, bytestring
, pipes >=4.0 && <4.4
, pipes-bytestring >=2.1.6
, pipes-text >=0.0.2.5
, quickcheck-instances
, tasty
, tasty-hunit
, tasty-quickcheck
, text
, vector-sized
, z85
default-language: Haskell2010