packages feed

Cabal revisions of aeson-compat-0.3.9

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

revision 1
 name:           aeson-compat version:        0.3.9+x-revision:     1 synopsis:       Compatibility layer for aeson description:    Compatibility layer for @aeson@ category:       Web    || ==7.10.3    || ==8.0.2    || ==8.2.2-   || ==8.4.3-   || ==8.6.1+   || ==8.4.4+   || ==8.6.4  extra-source-files:     CHANGELOG.md     , bytestring               >=0.10 && <0.11     , containers               >=0.5  && <0.7     , exceptions               >=0.8  && <0.11-    , hashable                 >=1.2  && <1.3+    , hashable                 >=1.2  && <1.4     , scientific               >=0.3  && <0.4     , text                     >=1.2  && <1.3     , time                     >=1.4.0.1 && <1.9    if !impl(ghc >= 8.0)     build-depends:-      semigroups               >=0.18.5 && <0.19+      semigroups               >=0.18.5 && <0.20   if !impl(ghc >= 7.10)     build-depends:       nats                     >=1.1.2  && <1.2,     , tagged     , aeson-compat     , base-orphans          >=0.4.5 && <0.9-    , tasty                 >=0.10 && <1.2+    , tasty                 >=0.10 && <1.3     , tasty-hunit           >=0.9  && <0.11     , tasty-quickcheck      >=0.8  && <0.11-    , QuickCheck            >=2.10 && <2.13+    , QuickCheck            >=2.10 && <2.14     , quickcheck-instances  >=0.3.16  && <0.4    if !impl(ghc >= 8.0)
revision 2
-name:           aeson-compat-version:        0.3.9-x-revision:     1-synopsis:       Compatibility layer for aeson-description:    Compatibility layer for @aeson@-category:       Web-homepage:       https://github.com/phadej/aeson-compat#readme-bug-reports:    https://github.com/phadej/aeson-compat/issues-author:         Oleg Grenrus <oleg.grenrus@iki.fi>-maintainer:     Oleg Grenrus <oleg.grenrus@iki.fi>-license:        BSD3-license-file:   LICENSE-build-type:     Simple-cabal-version:  >= 1.10+name:               aeson-compat+version:            0.3.9+x-revision:         2+synopsis:           Compatibility layer for aeson+description:        Compatibility layer for @aeson@+category:           Web+homepage:           https://github.com/phadej/aeson-compat#readme+bug-reports:        https://github.com/phadej/aeson-compat/issues+author:             Oleg Grenrus <oleg.grenrus@iki.fi>+maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>+license:            BSD3+license-file:       LICENSE+build-type:         Simple+cabal-version:      >=1.10 tested-with:   GHC ==7.6.3    || ==7.8.4    || ==8.0.2    || ==8.2.2    || ==8.4.4-   || ==8.6.4+   || ==8.6.5+   || ==8.8.1  extra-source-files:-    CHANGELOG.md-    README.md+  CHANGELOG.md+  README.md  source-repository head-  type: git+  type:     git   location: https://github.com/phadej/aeson-compat  library-  hs-source-dirs:-      src-  ghc-options: -Wall+  hs-source-dirs:   src+  ghc-options:      -Wall   build-depends:-      base                     >=4.6  && <4.13-    , base-compat              >=0.6.0 && <0.11-    , aeson                    >=0.7.0.6 && <1.5-    , attoparsec               >=0.12 && <0.14-    , attoparsec-iso8601       >=1.0.0.0 && <1.1-    , bytestring               >=0.10 && <0.11-    , containers               >=0.5  && <0.7-    , exceptions               >=0.8  && <0.11-    , hashable                 >=1.2  && <1.4-    , scientific               >=0.3  && <0.4-    , text                     >=1.2  && <1.3-    , time                     >=1.4.0.1 && <1.9-    , time-locale-compat       >=0.1.0.1 && <0.2-    , unordered-containers     >=0.2  && <0.3-    , vector                   >=0.10 && <0.13-    , tagged                   >=0.7.3 && <0.9+      aeson                 >=0.7.0.6 && <1.5+    , attoparsec            >=0.12    && <0.14+    , attoparsec-iso8601    >=1.0.0.0 && <1.1+    , base                  >=4.6     && <4.14+    , base-compat           >=0.6.0   && <0.12+    , bytestring            >=0.10    && <0.11+    , containers            >=0.5     && <0.7+    , exceptions            >=0.8     && <0.11+    , hashable              >=1.2     && <1.4+    , scientific            >=0.3     && <0.4+    , tagged                >=0.7.3   && <0.9+    , text                  >=1.2     && <1.3+    , time                  >=1.4.0.1 && <1.10+    , time-locale-compat    >=0.1.0.1 && <0.2+    , unordered-containers  >=0.2     && <0.3+    , vector                >=0.10    && <0.13 -  if !impl(ghc >= 8.0)-    build-depends:-      semigroups               >=0.18.5 && <0.20-  if !impl(ghc >= 7.10)+  if !impl(ghc >=8.0)+    build-depends: semigroups >=0.18.5 && <0.20++  if !impl(ghc >=7.10)     build-depends:-      nats                     >=1.1.2  && <1.2,-      void                     >=0.7.2  && <0.8+        nats  >=1.1.2 && <1.2+      , void  >=0.7.2 && <0.8 -  exposed-modules:-      Data.Aeson.Compat+  exposed-modules:  Data.Aeson.Compat   default-language: Haskell2010  test-suite aeson-compat-test-  type: exitcode-stdio-1.0-  main-is: Tests.hs-  hs-source-dirs:-      test-  ghc-options: -Wall+  type:             exitcode-stdio-1.0+  main-is:          Tests.hs+  hs-source-dirs:   test+  ghc-options:      -Wall   build-depends:-      base-    , base-compat-    , aeson+      aeson+    , aeson-compat     , attoparsec+    , base+    , base-compat+    , base-orphans          >=0.4.5  && <0.9     , bytestring     , containers     , exceptions     , hashable+    , QuickCheck            >=2.10   && <2.14+    , quickcheck-instances  >=0.3.16 && <0.4     , scientific+    , tagged+    , tasty                 >=0.10   && <1.3+    , tasty-hunit           >=0.9    && <0.11+    , tasty-quickcheck      >=0.8    && <0.11     , text     , time     , time-locale-compat     , unordered-containers     , vector-    , tagged-    , aeson-compat-    , base-orphans          >=0.4.5 && <0.9-    , tasty                 >=0.10 && <1.3-    , tasty-hunit           >=0.9  && <0.11-    , tasty-quickcheck      >=0.8  && <0.11-    , QuickCheck            >=2.10 && <2.14-    , quickcheck-instances  >=0.3.16  && <0.4 -  if !impl(ghc >= 8.0)-    build-depends:-      semigroups-  if !impl(ghc >= 7.10)+  if !impl(ghc >=8.0)+    build-depends: semigroups++  if !impl(ghc >=7.10)     build-depends:-      nats, void+        nats+      , void+   default-language: Haskell2010
revision 3
 name:               aeson-compat version:            0.3.9-x-revision:         2+x-revision:         3 synopsis:           Compatibility layer for aeson description:        Compatibility layer for @aeson@ category:           Web    || ==8.2.2    || ==8.4.4    || ==8.6.5-   || ==8.8.1+   || ==8.8.3+   || ==8.10.1  extra-source-files:   CHANGELOG.md       aeson                 >=0.7.0.6 && <1.5     , attoparsec            >=0.12    && <0.14     , attoparsec-iso8601    >=1.0.0.0 && <1.1-    , base                  >=4.6     && <4.14+    , base                  >=4.6     && <4.15     , base-compat           >=0.6.0   && <0.12     , bytestring            >=0.10    && <0.11     , containers            >=0.5     && <0.7     , containers     , exceptions     , hashable-    , QuickCheck            >=2.10   && <2.14+    , QuickCheck            >=2.10   && <2.15     , quickcheck-instances  >=0.3.16 && <0.4     , scientific     , tagged
revision 4
 name:               aeson-compat version:            0.3.9-x-revision:         3+x-revision:         4 synopsis:           Compatibility layer for aeson description:        Compatibility layer for @aeson@ category:           Web   hs-source-dirs:   src   ghc-options:      -Wall   build-depends:-      aeson                 >=0.7.0.6 && <1.5+      aeson                 >=0.7.0.6 && <1.6     , attoparsec            >=0.12    && <0.14     , attoparsec-iso8601    >=1.0.0.0 && <1.1     , base                  >=4.6     && <4.15
revision 5
 name:               aeson-compat version:            0.3.9-x-revision:         4+x-revision:         5 synopsis:           Compatibility layer for aeson description:        Compatibility layer for @aeson@ category:           Web    || ==8.2.2    || ==8.4.4    || ==8.6.5-   || ==8.8.3-   || ==8.10.1+   || ==8.8.4+   || ==8.10.4+   || ==9.0.1  extra-source-files:   CHANGELOG.md       aeson                 >=0.7.0.6 && <1.6     , attoparsec            >=0.12    && <0.14     , attoparsec-iso8601    >=1.0.0.0 && <1.1-    , base                  >=4.6     && <4.15+    , base                  >=4.6     && <4.16     , base-compat           >=0.6.0   && <0.12-    , bytestring            >=0.10    && <0.11+    , bytestring            >=0.10    && <0.12     , containers            >=0.5     && <0.7     , exceptions            >=0.8     && <0.11     , hashable              >=1.2     && <1.4     , scientific            >=0.3     && <0.4     , tagged                >=0.7.3   && <0.9     , text                  >=1.2     && <1.3-    , time                  >=1.4.0.1 && <1.10+    , time                  >=1.4.0.1 && <1.12     , time-locale-compat    >=0.1.0.1 && <0.2     , unordered-containers  >=0.2     && <0.3     , vector                >=0.10    && <0.13     , quickcheck-instances  >=0.3.16 && <0.4     , scientific     , tagged-    , tasty                 >=0.10   && <1.3+    , tasty                 >=0.10   && <1.5     , tasty-hunit           >=0.9    && <0.11     , tasty-quickcheck      >=0.8    && <0.11     , text
revision 6
 name:               aeson-compat version:            0.3.9-x-revision:         5+x-revision:         6 synopsis:           Compatibility layer for aeson description:        Compatibility layer for @aeson@ category:           Web   ghc-options:      -Wall   build-depends:       aeson                 >=0.7.0.6 && <1.6-    , attoparsec            >=0.12    && <0.14+    , attoparsec            >=0.12    && <0.15     , attoparsec-iso8601    >=1.0.0.0 && <1.1     , base                  >=4.6     && <4.16     , base-compat           >=0.6.0   && <0.12
revision 7
 name:               aeson-compat version:            0.3.9-x-revision:         6+x-revision:         7 synopsis:           Compatibility layer for aeson description:        Compatibility layer for @aeson@ category:           Web     , attoparsec            >=0.12    && <0.15     , attoparsec-iso8601    >=1.0.0.0 && <1.1     , base                  >=4.6     && <4.16-    , base-compat           >=0.6.0   && <0.12+    , base-compat           >=0.6.0   && <0.13     , bytestring            >=0.10    && <0.12     , containers            >=0.5     && <0.7     , exceptions            >=0.8     && <0.11