packages feed

chan-0.0.4.1: chan.cabal

cabal-version: 1.12

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

name:           chan
version:        0.0.4.1
synopsis:       Some extra kit for Chans
description:    Please see the README on Github at <https://github.com/athanclark/chan#readme>
category:       Concurrency
homepage:       https://github.com/athanclark/chan#readme
bug-reports:    https://github.com/athanclark/chan/issues
author:         Athan Clark
maintainer:     athan.clark@localcooking.com
copyright:      2018 Athan Clark
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/athanclark/chan

library
  exposed-modules:
      Control.Concurrent.Chan.Extra
      Control.Concurrent.Chan.Scope
      Control.Concurrent.Chan.Typed
      Control.Concurrent.STM.TChan.Typed
  other-modules:
      Paths_chan
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      async
    , base >=4.11 && <5.0
    , stm
  default-language: Haskell2010

test-suite chan-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_chan
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -Wall -with-rtsopts=-N
  build-depends:
      async
    , base
    , chan
    , stm
  default-language: Haskell2010