packages feed

servant-typed-error-0.1.2.0: servant-typed-error.cabal

cabal-version: 1.12
name:           servant-typed-error
version:        0.1.2.0
synopsis:       Typed error wrapper for Servant
description:    Typed error wrapper using UVerb for Servant
category:       Web, Servant
homepage:       https://github.com/plow-technologies/servant-typed-error.git#readme
bug-reports:    https://github.com/plow-technologies/servant-typed-error.git/issues
author:         Sam Balco
maintainer:     info@plowtech.net
copyright:      2021 Plow Technologies LLC
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/plow-technologies/servant-typed-error.git

library
  exposed-modules:
      Servant.Typed.Error
  hs-source-dirs:
      src
  build-depends:
      aeson >= 2.1.1 && < 2.2
    , base >= 4.13 && < 4.18
    , mtl >= 2.2.2 && < 2.3
    , servant >= 0.19 && < 0.20
    , servant-server >= 0.19.1 && < 0.20
    , servant-client >= 0.19 && < 0.20
    , sop-core >= 0.5.0.2 && < 0.6
  default-language: Haskell2010