# This YAML file describes your package. Stack will automatically generate a
# Cabal file when you run `stack build`. See the hpack website for help with
# this file: <https://github.com/sol/hpack>.
category: Parallelism,Arrows
description: GpH based backend for @Parallel-Arrows-Definition@ in a multicore variant.
Use this backend for shared-memory programs.
extra-source-files:
- package.yaml
- stack.yaml
ghc-options: -Wall
github: s4ke/Parrows
library:
dependencies:
- base >= 4.7 && < 5.0
- deepseq
- parallel
- split
- Parallel-Arrows-Definition == 0.1.1.0
source-dirs: src/main
tests:
spec:
source-dirs:
- src/test
main: Spec.hs
dependencies:
- hspec == 2.*
- base
- deepseq
- parallel
- split
- Parallel-Arrows-Definition == 0.1.1.0
- Parallel-Arrows-BaseSpec == 0.1.1.0
- Parallel-Arrows-Multicore
license: MIT
license-file: LICENSE.md
maintainer: Martin Braun
name: Parallel-Arrows-Multicore
synopsis: GpH based backend for @Parallel-Arrows-Definition@ in a multicore variant.
version: '0.1.1.0'