-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: b0f16693a79e5a6c8fc78c811d1173f5f53f4f2be86cbadb0b4712cacbca61b9 name: store-streaming version: 0.1.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 copyright: 2016 FP Complete license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 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