hydra-bench-0.17.0: hydra-bench.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.39.1.
--
-- see: https://github.com/sol/hpack
name: hydra-bench
version: 0.17.0
synopsis: Hydra synthetic inference-benchmark workloads
description: Hydra is an implementation of the LambdaGraph data model, which takes advantage of an isomorphism between labeled hypergraphs and typed lambda calculus: in Hydra, "graphs are programs, and programs are graphs". Synthetic inference benchmark workloads for cross-host performance comparison. Not part of the standard sync; regenerate on demand via bin/sync-bench.sh.
category: Data
homepage: https://github.com/CategoricalData/hydra#readme
bug-reports: https://github.com/CategoricalData/hydra/issues
author: Joshua Shinavier <josh@fortytwo.net>
maintainer: Joshua Shinavier <josh@fortytwo.net>
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
LICENSE
NOTICE
CHANGELOG.md
source-repository head
type: git
location: https://github.com/CategoricalData/hydra
library
exposed-modules:
Hydra.Bench.FanOut
Hydra.Bench.LinearChain
Hydra.Bench.PolymorphicChain
other-modules:
Paths_hydra_bench
hs-source-dirs:
src/main/haskell
build-depends:
base >=4.19.0 && <4.22
, hydra-kernel ==0.17.0
, scientific >=0.3.7 && <0.4
default-language: Haskell2010