packages feed

aeson-via-0.2.2: aeson-via.cabal

cabal-version: 1.12

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

name:           aeson-via
version:        0.2.2
synopsis:       Wrappers to derive-via Aeson ToJSON/FromJSON typeclasses
description:    Please see the README on GitHub at <https://github.com/ejconlon/aeson-via#readme>
category:       Data
homepage:       https://github.com/ejconlon/aeson-via#readme
bug-reports:    https://github.com/ejconlon/aeson-via/issues
author:         Eric Conlon
maintainer:     ejconlon@gmail.com
copyright:      (c) 2020 Eric Conlon
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/ejconlon/aeson-via

library
  exposed-modules:
      AesonVia
  other-modules:
      Paths_aeson_via
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds
  build-depends:
      aeson >=2.0 && <2.2
    , aeson-casing ==0.2.*
    , base >=4.12 && <5
    , newtype-generics >=0.5 && <0.7
    , text >=1.2 && <2.1
  default-language: Haskell2010

test-suite aeson-via-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_aeson_via
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      aeson >=2.0 && <2.2
    , aeson-casing ==0.2.*
    , aeson-via
    , base >=4.12 && <5
    , newtype-generics >=0.5 && <0.7
    , tasty >=1.2 && <1.5
    , tasty-hunit ==0.10.*
    , text >=1.2 && <2.1
  default-language: Haskell2010