packages feed

Cabal revisions of deriving-aeson-0.2.8

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       2.4-name:                deriving-aeson-version:             0.2.8-synopsis:            Type driven generic aeson instance customisation-description:         This package provides a newtype wrapper with-  FromJSON/ToJSON instances customisable via a phantom type parameter.-  The instances can be rendered to the original type using DerivingVia.-bug-reports:         https://github.com/fumieval/deriving-aeson-license:             BSD-3-Clause-license-file:        LICENSE-author:              Fumiaki Kinoshita-maintainer:          fumiexcel@gmail.com-copyright:           Copyright (c) 2020 Fumiaki Kinoshita-category:            JSON, Generics-extra-source-files:  CHANGELOG.md, README.md-tested-with:         GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.4, GHC == 9.2.1--source-repository head-  type: git-  location: https://github.com/fumieval/deriving-aeson.git--library-  exposed-modules:-    Deriving.Aeson-    Deriving.Aeson.Stock-  build-depends:       base >= 4.12 && <5, aeson >= 1.4.7.0 && <2.1-  hs-source-dirs: src-  default-language:    Haskell2010-  ghc-options: -Wall -Wcompat--test-suite test-  type: exitcode-stdio-1.0-  main-is: test.hs-  build-depends: base, aeson, deriving-aeson, bytestring-  hs-source-dirs: tests-  default-language:    Haskell2010+cabal-version:       2.4
+name:                deriving-aeson
+version:             0.2.8
+x-revision: 1
+synopsis:            Type driven generic aeson instance customisation
+description:         This package provides a newtype wrapper with
+  FromJSON/ToJSON instances customisable via a phantom type parameter.
+  The instances can be rendered to the original type using DerivingVia.
+bug-reports:         https://github.com/fumieval/deriving-aeson
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              Fumiaki Kinoshita
+maintainer:          fumiexcel@gmail.com
+copyright:           Copyright (c) 2020 Fumiaki Kinoshita
+category:            JSON, Generics
+extra-source-files:  CHANGELOG.md, README.md
+tested-with:         GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.4, GHC == 9.2.1
+
+source-repository head
+  type: git
+  location: https://github.com/fumieval/deriving-aeson.git
+
+library
+  exposed-modules:
+    Deriving.Aeson
+    Deriving.Aeson.Stock
+  build-depends:       base >= 4.12 && <5, aeson >= 1.4.7.0 && <2.2
+  hs-source-dirs: src
+  default-language:    Haskell2010
+  ghc-options: -Wall -Wcompat
+
+test-suite test
+  type: exitcode-stdio-1.0
+  main-is: test.hs
+  build-depends: base, aeson, deriving-aeson, bytestring
+  hs-source-dirs: tests
+  default-language:    Haskell2010