packages feed

amqp-streamly-0.3.0: amqp-streamly.cabal

cabal-version: 1.12

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

name:           amqp-streamly
version:        0.3.0
synopsis:       A simple streamly wrapper for amqp
description:    A simple streamly wrapper for amqp. Provides two functions `produce` and `consume`.
category:       streamly, conduit, amqp, rabbitmq
homepage:       https://github.com/blackheaven/amqp-streamly#readme
bug-reports:    https://github.com/blackheaven/amqp-streamly/issues
author:         Gautier DI FOLCO
maintainer:     gautier.difolco@gmail.com
copyright:      Gautier DI FOLCO
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/blackheaven/amqp-streamly

library
  exposed-modules:
      Network.AMQP.Streamly
  other-modules:
      Paths_amqp_streamly
  hs-source-dirs:
      src
  build-depends:
      amqp >=0.22.2 && <0.23
    , base >=4.7 && <5
    , streamly-core >=0.2.0 && <0.3
    , streamly >=0.9 && <0.11
    , text >=1.2.4.0 && <3
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Network.AMQP.StreamlySpec
      Paths_amqp_streamly
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      amqp >=0.22.2 && <0.23
    , amqp-streamly
    , base >=4.7 && <5
    , bytestring
    , hspec
    , process
    , streamly-core >=0.2.0 && <0.3
    , streamly >=0.9 && <0.11
    , testcontainers
    , text >=1.2.4.0 && <3
  default-language: Haskell2010