store-streaming-0.2.0.0: store-streaming.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 797c4f56ae9593d8831121a4ae75b30d1b9dfb4c43f4af5ec03a2563766e5638
name: store-streaming
version: 0.2.0.0
synopsis: Streaming interfaces for `store`
category: Serialization, Data
homepage: https://github.com/fpco/store#readme
bug-reports: https://github.com/fpco/store/issues
maintainer: Michael Sloan <sloan@fpcomplete.com>
copyright: 2016 FP Complete
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
ChangeLog.md
source-repository head
type: git
location: https://github.com/fpco/store
library
exposed-modules:
Data.Store.Streaming
Data.Store.Streaming.Internal
other-modules:
Paths_store_streaming
hs-source-dirs:
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2
build-depends:
async >=2.0.2
, base >=4.7 && <5
, bytestring >=0.10.4.0
, conduit >=1.2.3.1
, free >=4.11
, resourcet >=1.1.3.3
, store >=0.4.3.4
, store-core >=0.4.1
, streaming-commons >=0.1.10.0
, text >=1.2.0.4
, transformers >=0.3.0.0
default-language: Haskell2010
test-suite store-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Data.Store.StreamingSpec
hs-source-dirs:
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -O2 -threaded -rtsopts -with-rtsopts=-N
build-depends:
async >=2.0.2
, base >=4.7 && <5
, bytestring >=0.10.4.0
, conduit >=1.2.3.1
, free >=4.11
, hspec
, hspec-smallcheck
, network
, resourcet >=1.1.3.3
, smallcheck
, store
, store-core >=0.4.1
, store-streaming
, streaming-commons >=0.1.10.0
, text >=1.2.0.4
, transformers >=0.3.0.0
, void
default-language: Haskell2010