packages feed

web3-provider-1.1.0.0: web3-provider.cabal

cabal-version: 1.12
name:          web3-provider
version:       1.1.0.0
license:       Apache-2.0
license-file:  LICENSE
copyright:     (c) Aleksandr Krupenkin 2016-2026
maintainer:    mail@akru.me
author:        Aleksandr Krupenkin
homepage:      https://github.com/airalab/hs-web3#readme
bug-reports:   https://github.com/airalab/hs-web3/issues
synopsis:      Node connection provider for Haskell Web3 library.
description:
    This package contains general Web3 node adapters and connection helpers.

category:      Network
build-type:    Simple

source-repository head
    type:     git
    location: https://github.com/airalab/hs-web3

library
    exposed-modules:  Network.Web3.Provider
    hs-source-dirs:   src
    other-modules:    Paths_web3_provider
    default-language: Haskell2010
    ghc-options:
        -funbox-strict-fields -Wduplicate-exports -Widentities
        -Woverlapping-patterns -Wpartial-type-signatures
        -Wunrecognised-pragmas -Wtyped-holes -Wincomplete-patterns
        -Wincomplete-uni-patterns -Wmissing-fields -Wmissing-methods
        -Wmissing-exported-signatures -Wmissing-signatures -Wname-shadowing
        -Wunused-binds -Wunused-top-binds -Wunused-local-binds
        -Wunused-pattern-binds -Wunused-imports -Wunused-matches
        -Wunused-foralls -Wtabs

    build-depends:
        async >=2.1 && <2.3,
        base >=4.11 && <4.21,
        data-default >=0.7 && <0.9,
        exceptions >=0.8 && <0.11,
        http-client >=0.5 && <0.8,
        jsonrpc-tinyclient >=1.0 && <1.2,
        mtl >=2.2 && <2.4,
        network >=2.5 && <3.3,
        text >=1.2 && <2.2,
        transformers >=0.5 && <0.7,
        websockets >=0.10 && <0.14