dataflower-0.2.0.0: dataflower.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: f8c905e3886d672d9325bc3d2737600644d15f243a4c93fdfb69cde4c8de0b6c
name: dataflower
version: 0.2.0.0
synopsis: A Pure-Haskell Timely Dataflow System
description: See README
homepage: https://github.com/doublecrowngaming/dataflower#readme
bug-reports: https://github.com/doublecrowngaming/dataflower/issues
maintainer: Jesse Kempf
license: BSD3
license-file: LICENSE
build-type: Simple
source-repository head
type: git
location: https://github.com/doublecrowngaming/dataflower
library
exposed-modules:
Dataflow
Dataflow.Operators
Test.Dataflow
other-modules:
Dataflow.Primitives
Dataflow.Vertices
Paths_dataflower
hs-source-dirs:
src
default-extensions: StrictData
ghc-options: -Wall -O2
build-depends:
base >=4.7 && <5
, hashable
, mtl
, pretty-show
, stm
, time
, transformers
, vector
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Dataflow.OperatorsSpec
DataflowSpec
Paths_dataflower
hs-source-dirs:
test
default-extensions: StrictData
ghc-options: -Wall -O2
build-depends:
QuickCheck
, base >=4.7 && <5
, dataflower
, hspec >=2.0.0
, stm
default-language: Haskell2010
benchmark performance
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_dataflower
hs-source-dirs:
benchmark
default-extensions: StrictData
ghc-options: -Wall -O2 -O2
build-depends:
base >=4.7 && <5
, criterion
, dataflower
, stm
default-language: Haskell2010