cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
name: nri-test-encoding
version: 0.1.0.0
synopsis: A library to simplify writing golden tests for encoding types.
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-test-encoding>.
category: Testing
homepage: https://github.com/NoRedInk/haskell-libraries#readme
bug-reports: https://github.com/NoRedInk/haskell-libraries/issues
author: NoRedInk
maintainer: haskell-open-source@noredink.com
copyright: 2021 NoRedInk Corp.
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
LICENSE
CHANGELOG.md
source-repository head
type: git
location: https://github.com/NoRedInk/haskell-libraries
subdir: nri-test-encoding
library
exposed-modules:
Examples
Test.Encoding
Test.Encoding.Routes
other-modules:
Paths_nri_test_encoding
hs-source-dirs:
src
default-extensions: DataKinds DeriveGeneric FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving MultiParamTypeClasses NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures ScopedTypeVariables Strict TypeOperators
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wredundant-constraints -Wincomplete-uni-patterns
build-depends:
aeson >=1.4.6.0 && <1.6
, aeson-pretty >=0.8.0 && <0.9
, base >=4.12.0.0 && <4.16
, bytestring >=0.10.8.2 && <0.12
, filepath >=1.4.2.1 && <1.5
, nri-prelude >=0.1.0.0 && <0.7
, servant >=0.16.2 && <0.19
, servant-auth-server >=0.4.5.1 && <0.5
, servant-server >=0.16.2 && <0.19
, text >=1.2.3.1 && <1.3
default-language: Haskell2010