packages feed

keyed-vals-hspec-tests-0.2.1.0: keyed-vals-hspec-tests.cabal

cabal-version:      3.0
name:               keyed-vals-hspec-tests
version:            0.2.1.0
license:            BSD-3-Clause
license-file:       LICENSE
maintainer:         adetokunbo@emio.la
author:             Tim Emiola
tested-with:        GHC ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.1
homepage:           https://github.com/adetokunbo/keyed-vals#readme
bug-reports:        https://github.com/adetokunbo/keyed-vals/issues
synopsis:
  Validate a keyed-vals Handle

description:
  Provides a Hspec fixture for testing implementations of the abstract
  Handle defined in the keyed-vals package

category:           Data, Hspec
build-type:         Simple
extra-source-files:
  ChangeLog.md

source-repository head
  type:     git
  location: https://github.com/adetokunbo/keyed-vals.git

library
  exposed-modules:  Test.KeyedVals.Hspec
                    Test.KeyedVals.Types
  other-modules:    Test.KeyedVals.CheckHandle
                    Test.KeyedVals.CheckTypedHandle
                    Test.KeyedVals.Prelude
  hs-source-dirs:   test
  default-language: Haskell2010
  ghc-options:      -Wall -Wincomplete-uni-patterns -fwarn-tabs
  build-depends:
    , aeson          >=1.5.1    && <2.3
    , base           >=4.11     && <5.0
    , bytestring     >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12
    , benri-hspec    >=0.1      && <0.2
    , containers     >=0.6.5    && <0.7
    , hspec          >=2.7      && <2.12
    , http-api-data  >=0.5      && <0.6
    , keyed-vals     >=0.2      && <0.3
    , text           >=1.2.4    && <1.3  || >=2.0