packages feed

Cabal revisions of vformat-aeson-0.1.0.0

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

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 04a48365fa4cecc564b45118baa50969724d5aebda9279d064cac1b73c4bef67--name:           vformat-aeson-version:        0.1.0.0-synopsis:       Use vformat format Aeson-description:    Please see http://hackage.haskell.org/package/vformat-aeson-category:       Text, Format, JSON-homepage:       https://github.com/versioncloud/vformat-aeson#readme-bug-reports:    https://github.com/versioncloud/vformat-aeson/issues-author:         Jorah Gao-maintainer:     jorah@version.cloud-copyright:      Copyright (c) 2020 Version Cloud-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/versioncloud/vformat-aeson--library-  exposed-modules:-      Text.Format.Aeson-  other-modules:-      Paths_vformat_aeson-  hs-source-dirs:-      src-  build-depends:-      aeson >=1.2 && <2.0-    , base >=4.7 && <5-    , bytestring >=0.10 && <1.0-    , scientific >=0.3 && <1.0-    , text >=1.2 && <2.0-    , unordered-containers >=0.2 && <1.0-    , vector >=0.12 && <1.0-    , vformat >=0.12 && <1.0-  default-language: Haskell2010--test-suite vformat-aeson-test-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Paths_vformat_aeson-  hs-source-dirs:-      test-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0-  build-depends:-      aeson >=1.2 && <2.0-    , base >=4.7 && <5-    , bytestring >=0.10 && <1.0-    , scientific >=0.3 && <1.0-    , text >=1.2 && <2.0-    , unordered-containers >=0.2 && <1.0-    , vector >=0.12 && <1.0-    , vformat >=0.12 && <1.0-    , vformat-aeson-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 04a48365fa4cecc564b45118baa50969724d5aebda9279d064cac1b73c4bef67
+
+name:           vformat-aeson
+version:        0.1.0.0
+x-revision: 1
+synopsis:       Use vformat format Aeson
+description:    Please see http://hackage.haskell.org/package/vformat-aeson
+category:       Text, Format, JSON
+homepage:       https://github.com/versioncloud/vformat-aeson#readme
+bug-reports:    https://github.com/versioncloud/vformat-aeson/issues
+author:         Jorah Gao
+maintainer:     jorah@version.cloud
+copyright:      Copyright (c) 2020 Version Cloud
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/versioncloud/vformat-aeson
+
+library
+  exposed-modules:
+      Text.Format.Aeson
+  other-modules:
+      Paths_vformat_aeson
+  hs-source-dirs:
+      src
+  build-depends:
+      aeson >=1.2 && <2.0
+    , base >=4.9 && <5
+    , bytestring >=0.10 && <1.0
+    , scientific >=0.3 && <1.0
+    , text >=1.2 && <2.0
+    , unordered-containers >=0.2 && <1.0
+    , vector >=0.12 && <1.0
+    , vformat >=0.12 && <1.0
+  default-language: Haskell2010
+
+test-suite vformat-aeson-test
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Paths_vformat_aeson
+  hs-source-dirs:
+      test
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0
+  build-depends:
+      aeson >=1.2 && <2.0
+    , base >=4.7 && <5
+    , bytestring >=0.10 && <1.0
+    , scientific >=0.3 && <1.0
+    , text >=1.2 && <2.0
+    , unordered-containers >=0.2 && <1.0
+    , vector >=0.12 && <1.0
+    , vformat >=0.12 && <1.0
+    , vformat-aeson
+  default-language: Haskell2010