packages feed

nqe-0.6.4: nqe.cabal

cabal-version: 1.12

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

name:           nqe
version:        0.6.4
synopsis:       Concurrency library in the style of Erlang/OTP
description:    Please see the README on GitHub at <https://github.com/jprupp/nqe#readme>
category:       Control
homepage:       https://github.com/xenog/nqe#readme
bug-reports:    https://github.com/xenog/nqe/issues
author:         Jean-Pierre Rupp
maintainer:     xenog@protonmail.com
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/xenog/nqe

library
  exposed-modules:
      Control.Concurrent.NQE.Conduit
      Control.Concurrent.NQE.Process
      Control.Concurrent.NQE.Publisher
      Control.Concurrent.NQE.Supervisor
      NQE
  other-modules:
      Paths_nqe
  hs-source-dirs:
      src
  build-depends:
      base >=4.8 && <5
    , conduit
    , containers
    , hashable
    , mtl
    , stm
    , unique
    , unliftio
  default-language: Haskell2010

test-suite nqe-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_nqe
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      async
    , base >=4.8 && <5
    , bytestring
    , conduit
    , conduit-extra
    , exceptions
    , hspec
    , nqe
    , stm
    , stm-conduit
    , text
    , unliftio
  default-language: Haskell2010