symbiote-0.0.0: symbiote.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: d552556fe53910bd17c181cb95675e95a8276726b5345eb5f3f9743acae318ff
name: symbiote
version: 0.0.0
synopsis: Data serialization, communication, and operation verification implementation
description: Please see the README on GitHub at <https://github.com/athanclark/symbiote#readme>
category: Data
homepage: https://github.com/athanclark/symbiote#readme
bug-reports: https://github.com/athanclark/symbiote/issues
author: Athan Clark
maintainer: athan.clark@gmail.com
copyright: 2019 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/athanclark/symbiote
library
exposed-modules:
Test.Serialization.Symbiote
Test.Serialization.Symbiote.Aeson
Test.Serialization.Symbiote.Cereal
Test.Serialization.Symbiote.Cereal.Lazy
other-modules:
Paths_symbiote
hs-source-dirs:
src
build-depends:
QuickCheck
, aeson
, async
, base >=4.7 && <5
, bytestring
, cereal
, containers
, monad-control
, mtl
, stm
, text
default-language: Haskell2010
test-suite symbiote-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_symbiote
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, aeson
, async
, base >=4.7 && <5
, bytestring
, cereal
, containers
, monad-control
, mtl
, quickcheck-instances
, stm
, symbiote
, tasty
, tasty-hunit
, text
default-language: Haskell2010