packages feed

aws-transcribe-ws-0.0.1.0: aws-transcribe-ws.cabal

cabal-version:      1.12
name:               aws-transcribe-ws
version:            0.0.1.0
license:            BSD3
license-file:       LICENSE
copyright:          2021 Kyriakos Papachrysanthou
maintainer:         papachrysanthou.k@gmail.com
author:             Kyriakos Papachrysanthou
homepage:           https://github.com/3kyro/aws-transcribe#readme
bug-reports:        https://github.com/3kyro/aws-transcribe/issues
synopsis:           Websocket streaming to Amazon Transcribe service
description:
    Please see the README on GitHub at <https://github.com/githubuser/am-test#readme>

category:           Web
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
    type:     git
    location: https://github.com/3kyro/aws-transcribe

library
    exposed-modules:
        AWS.Transcribe
        AWS.Transcribe.Alternative
        AWS.Transcribe.Channel
        AWS.Transcribe.Client
        AWS.Transcribe.EventStream
        AWS.Transcribe.Item
        AWS.Transcribe.PreSignedUrl
        AWS.Transcribe.Settings
        AWS.Transcribe.StreamingResponse
    other-modules:
        AWS.Credentials
    hs-source-dirs:   src
    other-modules:    Paths_aws_transcribe_ws
    default-language: Haskell2010
    ghc-options:      -Wall
    build-depends:
        aeson >=1.5.6.0 && <1.6,
        async >=2.2.3 && <2.3,
        base >=4.7 && <5,
        base16-bytestring >=1.0.1.0 && <1.1,
        binary >=0.8.8.0 && <0.9,
        bytestring >=0.10.12.0 && <0.11,
        crc >=0.1.1.1 && <0.2,
        cryptohash-sha256 >=0.11.102.0 && <0.12,
        lens >=4.19.2 && <4.20,
        stm >=2.5.0.0 && <2.6,
        text >=1.2.4.1 && <1.3,
        time >=1.9.3 && <1.10,
        websockets >=0.12.7.2 && <0.13,
        wuss >=1.1.18 && <1.2

test-suite am-test-test
    type:             exitcode-stdio-1.0
    main-is:          Spec.hs
    hs-source-dirs:   test
    other-modules:    Paths_aws_transcribe_ws
    default-language: Haskell2010
    ghc-options:      -threaded -rtsopts -with-rtsopts=-N
    build-depends:
        aeson >=1.5.6.0 && <1.6,
        am-test -any,
        async >=2.2.3 && <2.3,
        base >=4.7 && <5,
        base16-bytestring >=1.0.1.0 && <1.1,
        binary >=0.8.8.0 && <0.9,
        bytestring >=0.10.12.0 && <0.11,
        crc >=0.1.1.1 && <0.2,
        cryptohash-sha256 >=0.11.102.0 && <0.12,
        lens >=4.19.2 && <4.20,
        stm >=2.5.0.0 && <2.6,
        text >=1.2.4.1 && <1.3,
        time >=1.9.3 && <1.10,
        websockets >=0.12.7.2 && <0.13,
        wuss >=1.1.18 && <1.2