packages feed

network-wait-0.1.0.0: network-wait.cabal

cabal-version: 1.12

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

name:           network-wait
version:        0.1.0.0
synopsis:       Lightweight library for waiting on networked services to become available.
description:    Please see the README on GitHub at <https://github.com/mbg/network-wait#readme>
category:       Network
homepage:       https://github.com/mbg/network-wait#readme
bug-reports:    https://github.com/mbg/network-wait/issues
author:         Michael B. Gale
maintainer:     github@michael-gale.co.uk
copyright:      2022 Michael B. Gale
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/mbg/network-wait

library
  exposed-modules:
      Network.Wait
  other-modules:
      Paths_network_wait
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , exceptions
    , network
    , retry
  default-language: Haskell2010

test-suite network-wait-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_network_wait
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base >=4.7 && <5
    , exceptions
    , network
    , network-simple
    , network-wait
    , retry
    , tasty
    , tasty-hunit
  default-language: Haskell2010