packages feed

chan-0.0.4: 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: 9429247fea789bb683e6f4ed7fb173854b095d3e98824b896891eb68655e73a8

name:           chan
version:        0.0.4
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