Blame cborg-json-0.2.2.0.cabal

c1506eb
name:                cborg-json
c1506eb
version:             0.2.2.0
8b497e1
x-revision: 3
c1506eb
synopsis:            A library for encoding JSON as CBOR
c1506eb
description:         This package implements the bijection between JSON and
c1506eb
                     CBOR defined in the CBOR specification, RFC 7049.
c1506eb
homepage:            https://github.com/well-typed/cborg
c1506eb
license:             BSD3
c1506eb
license-file:        LICENSE.txt
c1506eb
author:              Duncan Coutts
c1506eb
maintainer:          ben@smart-cactus.org
c1506eb
bug-reports:         https://github.com/well-typed/cborg/issues
c1506eb
copyright:           2015-2017 Duncan Coutts,
c1506eb
                     2015-2017 Well-Typed LLP,
c1506eb
                     2015 IRIS Connect Ltd
c1506eb
category:            Codec
c1506eb
build-type:          Simple
c1506eb
extra-source-files:  ChangeLog.md
c1506eb
cabal-version:       >=1.10
c1506eb
tested-with:
8b497e1
  GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1
c1506eb
c1506eb
library
c1506eb
  exposed-modules:     Codec.CBOR.JSON
c1506eb
  ghc-options:         -Wall
c1506eb
  build-depends:
8b497e1
    base >=4.7 && < 4.16,
c1506eb
    aeson >=0.7 && <1.6,
c1506eb
    aeson-pretty >=0.8 && <0.9,
c1506eb
    unordered-containers >=0.2 && <0.3,
c1506eb
    scientific >=0.3 && <0.4,
c1506eb
    text >=1.1 && <1.3,
c1506eb
    vector >=0.10 && <0.13,
c1506eb
    cborg ==0.2.*
c1506eb
  hs-source-dirs:      src
c1506eb
  default-language:    Haskell2010
c1506eb
c1506eb
  if impl(ghc >= 8.0)
c1506eb
    ghc-options: -Wcompat -Wnoncanonical-monad-instances
c1506eb
c1506eb
c1506eb
c1506eb
benchmark bench
c1506eb
  type:              exitcode-stdio-1.0
c1506eb
  hs-source-dirs:    bench
c1506eb
  main-is:           Main.hs
c1506eb
c1506eb
  default-language:  Haskell2010
c1506eb
  ghc-options:
c1506eb
    -Wall -rtsopts -fno-cse -fno-ignore-asserts -fno-warn-orphans -O2
c1506eb
c1506eb
  other-modules:
c1506eb
c1506eb
  build-depends:
8b497e1
    base                    >= 4.6     && < 4.16,
c1506eb
    cborg                                      ,
c1506eb
    cborg-json                                 ,
c1506eb
    aeson                                      ,
8b497e1
    bytestring              >= 0.10.4  && < 0.12,
c1506eb
    criterion               >= 1.0     && < 1.6,
c1506eb
    deepseq                 >= 1.0     && < 1.5,
c1506eb
    directory,
c1506eb
    process,
c1506eb
    zlib                    >= 0.5     && < 0.7