vformat-aeson-0.1.0.1: vformat-aeson.cabal
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: cd76a955ed239496622b8c45b4bdcdbfe145842ae7132a0bc2b2bb600fb8688f
name: vformat-aeson
version: 0.1.0.1
synopsis: Extend vformat to Aeson datatypes
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