packages feed

aeson-deriving-0.1.1: aeson-deriving.cabal

cabal-version: 1.12

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

name:           aeson-deriving
version:        0.1.1
synopsis:       data types for compositional, type-directed serialization
description:    Please see the README on GitHub at <https://github.com/fieldstrength/aeson-deriving#readme>
category:       Serialization
homepage:       https://github.com/fieldstrength/aeson-deriving#readme
bug-reports:    https://github.com/fieldstrength/aeson-deriving/issues
author:         Cliff Harvey
maintainer:     cs.hbar+hs@gmail.com
copyright:      2020
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/fieldstrength/aeson-deriving

library
  exposed-modules:
      Data.Aeson.Deriving
      Data.Aeson.Deriving.Internal.Generic
      Data.Aeson.Deriving.Internal.RecordSum
      Data.Aeson.Deriving.Generic
      Data.Aeson.Deriving.Known
      Data.Aeson.Deriving.ModifyField
      Data.Aeson.Deriving.SingleFieldObject
      Data.Aeson.Deriving.Utils
      Data.Aeson.Deriving.WithConstantFields
  other-modules:
      Data.Aeson.Deriving.Text
      Data.Aeson.Deriving.Text.Unsafe
      Paths_aeson_deriving
  hs-source-dirs:
      src
  default-extensions: ConstraintKinds DataKinds DeriveFunctor DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings ScopedTypeVariables TupleSections TypeApplications TypeOperators
  ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
  build-depends:
      aeson >=1.2 && <1.5
    , base >=4.7 && <5
    , regex-tdfa
    , text
    , unordered-containers
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Paths_aeson_deriving
  hs-source-dirs:
      test
  default-extensions: ConstraintKinds DataKinds DeriveFunctor DeriveGeneric DerivingStrategies FlexibleContexts FlexibleInstances GeneralizedNewtypeDeriving KindSignatures LambdaCase MultiParamTypeClasses NamedFieldPuns OverloadedStrings ScopedTypeVariables TupleSections TypeApplications TypeOperators
  ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
  build-depends:
      aeson >=1.2 && <1.5
    , aeson-deriving
    , base >=4.7 && <5
    , hedgehog
    , regex-tdfa
    , text
    , unordered-containers
  default-language: Haskell2010