packages feed

amqp-streamly-0.2.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: 883a06194530c85ee177d2874920bdd083733790a52ce65cb49c188113a986f5

name:           amqp-streamly
version:        0.2.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.19.1 && <0.21
    , base >=4.7 && <5
    , streamly >=0.7.2 && <0.8
    , text >=1.2.4.0 && <1.3
  default-language: Haskell2010

test-suite amqp-streamly-test
  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.19.1 && <0.21
    , amqp-streamly
    , base >=4.7 && <5
    , bytestring >=0.10.10.0 && <0.11
    , hspec >=2.7.1 && <2.8
    , process >=1.6.8.0 && <1.7
    , streamly >=0.7.2 && <0.8
    , testcontainers ==0.1.*
    , text >=1.2.4.0 && <1.3
  default-language: Haskell2010