-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: packer-messagepack
version: 0.2.0.0
synopsis: MessagePack Serialization an Deserialization for Packer
description: This package implements MessagePack on top of the Packer package.
category: Data
homepage: https://github.com/mtesseract/packer-messagepack#readme
author: Moritz Schulte
maintainer: mtesseract@silverratio.net
copyright: (c) 2017 Moritz Schulte
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
library
hs-source-dirs:
src
ghc-options: -Wall -fno-warn-type-defaults
build-depends:
base >= 4.7 && < 5
, packer >= 0.1.9 && < 0.2
, unliftio
, text
, bytestring
, containers
, safe-exceptions
exposed-modules:
Data.Packer.MessagePack
other-modules:
Data.Packer.MessagePack.Internal.Constants
Data.Packer.MessagePack.Internal.Exceptions
Data.Packer.MessagePack.Internal.Types
Data.Packer.MessagePack.Internal.Util
Paths_packer_messagepack
default-language: Haskell2010
test-suite packer-msgpack-test-suite
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs:
tests
ghc-options: -Wall -fno-warn-type-defaults -threaded
build-depends:
base >= 4.7 && < 5
, packer >= 0.1.9 && < 0.2
, packer-messagepack
, hedgehog
, containers
, bytestring
, text
, safe-exceptions
default-language: Haskell2010