packages feed

Cabal revisions of unjson-0.15.3

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

revision 1
-cabal-version:       1.18-name:                unjson-version:             0.15.3-synopsis:            Bidirectional JSON parsing and generation.-description:         Bidirectional JSON parsing and generation-                     with automatic documentation support.-homepage:            https://github.com/scrive/unjson-license:             BSD3-license-file:        LICENSE-author:              Scrive AB-maintainer:          Gracjan Polak <gracjanpolak@gmail.com>,-                     Jonathan Jouty <jonathan@scrive.com>,-                     Mikhail Glushenkov <mikhail@scrive.com>-copyright:           Scrive AB-category:            Data-build-type:          Simple-extra-source-files:  README.md, CHANGELOG.md-tested-with:         GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1--source-repository head-  type:     git-  location: https://github.com/scrive/unjson.git--source-repository this-  type:     git-  location: https://github.com/scrive/unjson.git-  tag:      0.15.2.1--library-  exposed-modules:     Data.Unjson-  -- other-modules:-  -- other-extensions:-  build-depends:       base >= 4.9 && < 5,-                       aeson >= 1.0 && < 1.5,-                       attoparsec,-                       bytestring >= 0.10,-                       containers,-                       free,-                       hashable,-                       invariant,-                       pretty,-                       primitive,-                       scientific,-                       semigroups >= 0.16,-                       text,-                       time,-                       unordered-containers,-                       vector-  hs-source-dirs:      src-  ghc-options:         -Wall-  default-language:    Haskell2010-  default-extensions:  BangPatterns,-                       DeriveDataTypeable,-                       DeriveFunctor,-                       ExtendedDefaultRules,-                       FlexibleContexts,-                       FlexibleInstances,-                       GADTs,-                       GeneralizedNewtypeDeriving,-                       OverloadedStrings,-                       RankNTypes,-                       ScopedTypeVariables,-                       TypeFamilies,-                       UndecidableInstances--Test-Suite test-  type:                exitcode-stdio-1.0-  main-is:             Test.hs-  hs-source-dirs:      test-  build-depends:       unjson, base, text, aeson,-                       free, scientific, attoparsec,-                       unordered-containers, vector, HUnit, bytestring >= 0.10,-                       pretty, primitive, containers, time,-                       hashable, invariant-  ghc-options:         -Wall-  default-language:    Haskell2010-  default-extensions:  BangPatterns,-                       DeriveDataTypeable,-                       DeriveFunctor,-                       ExtendedDefaultRules,-                       FlexibleContexts,-                       FlexibleInstances,-                       GADTs,-                       GeneralizedNewtypeDeriving,-                       OverloadedStrings,-                       RankNTypes,-                       ScopedTypeVariables,-                       TypeFamilies,-                       UndecidableInstances+cabal-version:       1.18
+name:                unjson
+version:             0.15.3
+x-revision: 1
+synopsis:            Bidirectional JSON parsing and generation.
+description:         Bidirectional JSON parsing and generation
+                     with automatic documentation support.
+homepage:            https://github.com/scrive/unjson
+license:             BSD3
+license-file:        LICENSE
+author:              Scrive AB
+maintainer:          Gracjan Polak <gracjanpolak@gmail.com>,
+                     Jonathan Jouty <jonathan@scrive.com>,
+                     Mikhail Glushenkov <mikhail@scrive.com>
+copyright:           Scrive AB
+category:            Data
+build-type:          Simple
+extra-source-files:  README.md, CHANGELOG.md
+tested-with:         GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
+
+source-repository head
+  type:     git
+  location: https://github.com/scrive/unjson.git
+
+source-repository this
+  type:     git
+  location: https://github.com/scrive/unjson.git
+  tag:      0.15.2.1
+
+library
+  exposed-modules:     Data.Unjson
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >= 4.9 && < 5,
+                       aeson >= 1.0 && < 1.6,
+                       attoparsec,
+                       bytestring >= 0.10,
+                       containers,
+                       free,
+                       hashable,
+                       invariant,
+                       pretty,
+                       primitive,
+                       scientific,
+                       semigroups >= 0.16,
+                       text,
+                       time,
+                       unordered-containers,
+                       vector
+  hs-source-dirs:      src
+  ghc-options:         -Wall
+  default-language:    Haskell2010
+  default-extensions:  BangPatterns,
+                       DeriveDataTypeable,
+                       DeriveFunctor,
+                       ExtendedDefaultRules,
+                       FlexibleContexts,
+                       FlexibleInstances,
+                       GADTs,
+                       GeneralizedNewtypeDeriving,
+                       OverloadedStrings,
+                       RankNTypes,
+                       ScopedTypeVariables,
+                       TypeFamilies,
+                       UndecidableInstances
+
+Test-Suite test
+  type:                exitcode-stdio-1.0
+  main-is:             Test.hs
+  hs-source-dirs:      test
+  build-depends:       unjson, base, text, aeson,
+                       free, scientific, attoparsec,
+                       unordered-containers, vector, HUnit, bytestring >= 0.10,
+                       pretty, primitive, containers, time,
+                       hashable, invariant
+  ghc-options:         -Wall
+  default-language:    Haskell2010
+  default-extensions:  BangPatterns,
+                       DeriveDataTypeable,
+                       DeriveFunctor,
+                       ExtendedDefaultRules,
+                       FlexibleContexts,
+                       FlexibleInstances,
+                       GADTs,
+                       GeneralizedNewtypeDeriving,
+                       OverloadedStrings,
+                       RankNTypes,
+                       ScopedTypeVariables,
+                       TypeFamilies,
+                       UndecidableInstances