packages feed

web3-1.1.0.0: web3.cabal

cabal-version: 1.12
name:          web3
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:      Haskell Web3 library.
description:   Client library for Third Generation of Web.
category:      Network
build-type:    Simple

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

library
    exposed-modules:  Network.Web3
    hs-source-dirs:   src
    other-modules:    Paths_web3
    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:
        base >=4.11 && <4.21,
        web3-ethereum >=1.0 && <1.2,
        web3-polkadot >=1.0 && <1.2,
        web3-provider >=1.0 && <1.2