cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a61486d28933012d285084ce32b7c5b064e687752c1672322ee9b4658d50b0e1
name: composite-aeson-refined
version: 0.5.5.0
synopsis: composite-aeson support for Refined from the refined package
description: JsonFormat and DefaultJsonFormat for Refined
category: Records
homepage: https://github.com/ConferHealth/composite#readme
author: Confer Health, Inc
maintainer: oss@confer.health
copyright: 2017 Confer Health, Inc.
license: BSD3
build-type: Simple
library
hs-source-dirs:
src
default-extensions: DataKinds FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf OverloadedStrings PatternSynonyms PolyKinds QuasiQuotes RankNTypes ScopedTypeVariables StandaloneDeriving StrictData TemplateHaskell TupleSections TypeFamilies TypeOperators ViewPatterns
ghc-options: -Wall -O2
build-depends:
aeson-better-errors >=0.9.1.0 && <0.10
, base >=4.7 && <5
, composite-aeson >=0.5.3.0 && <0.6
, mtl >=2.2.1 && <2.3
, refined >=0.1.2.1 && <0.3
exposed-modules:
Composite.Aeson.Refined
other-modules:
Paths_composite_aeson_refined
default-language: Haskell2010