-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack

-- modified file from ../Parrows.cabal

name:           Parallel-Arrows-Eden
version:        0.1.1.0
synopsis:       Eden based backend for @Parallel-Arrows-Definition@.
description:    Eden based backend for @Parallel-Arrows-Definition@.
                This backend works on shared-memory (compile with -parcp) systems or on clusters (only -parmpi was tested).
                For parallel evaluation on clusters you will have to compile your own Eden GHC (http://www.mathematik.uni-marburg.de/~eden/).
category:       Parallelism,Arrows
homepage:       https://github.com/s4ke/Parrows#readme
bug-reports:    https://github.com/s4ke/Parrows/issues
maintainer:     Martin Braun
license:        MIT
license-file:   LICENSE.md
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:

source-repository head
  type: git
  location: https://github.com/s4ke/Parrows

Test-Suite spec
    Type:                 exitcode-stdio-1.0
    Default-Language:     Haskell2010
    Hs-Source-Dirs:       src/test
    Ghc-Options:          -Wall -parcp
    Main-Is:              Spec.hs
    Build-Depends:        base >= 4.7 && < 5.0
                        , hspec
                        , QuickCheck
                        , base
                        , deepseq
                        , parallel
                        , split
                        , edenmodules
                        , Parallel-Arrows-Definition == 0.1.1.0
                        , Parallel-Arrows-BaseSpec == 0.1.1.0
                        , Parallel-Arrows-Eden

library
  hs-source-dirs:
      src/main
  ghc-options: -Wall
  build-depends:
      base >= 4.7 && < 5.0
    , deepseq
    , parallel
    , split
    , edenmodules
    , Parallel-Arrows-Definition == 0.1.1.0
  exposed-modules:
      Parrows.Eden
      Parrows.Eden.Simple
  default-language: Haskell2010