packages feed

microlens-aeson-2.3.0: microlens-aeson.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5c22982c3b1a50a2115914efc79c8e7576f350c249526dc8c1bcd6984e34de77

name:           microlens-aeson
version:        2.3.0
synopsis:       Law-abiding lenses for Aeson, using microlens.
description:    Law-abiding lenses for Aeson, using microlens.
category:       Numeric
homepage:       http://github.com/fosskers/microlens-aeson/
bug-reports:    http://github.com/fosskers/microlens-aeson/issues
author:         Colin Woodbury
maintainer:     Colin Woodbury <colingw@gmail.com>
copyright:      Copyright (C) 2012 Paul Wilson, (C) 2013 Edward A. Kmett, (C) 2015 Colin Woodbury
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    AUTHORS.md
    CHANGELOG.md
    lens-aeson.png
    microlens-aeson.png
    README.md

source-repository head
  type: git
  location: git://github.com/fosskers/microlens-aeson.git

library
  hs-source-dirs:
      src
  ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns
  build-depends:
      aeson >=0.7.0.5 && <1.4
    , attoparsec >=0.10 && <0.14
    , base >=4.8 && <5
    , bytestring
    , deepseq
    , hashable
    , microlens >=0.3 && <0.5
    , scientific >=0.3.2 && <0.4
    , text >=0.11.1.10 && <1.3
    , unordered-containers >=0.2.3 && <0.3
    , vector >=0.9 && <0.13
  exposed-modules:
      Lens.Micro.Aeson
  other-modules:
      Lens.Micro.Aeson.Internal
      Paths_microlens_aeson
  default-language: Haskell2010

test-suite microlens-aeson-test
  type: exitcode-stdio-1.0
  main-is: Test.hs
  hs-source-dirs:
      test
  ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -threaded
  build-depends:
      aeson >=0.7.0.5 && <1.4
    , base >=4.8 && <5
    , bytestring
    , deepseq
    , hashable
    , microlens >=0.3 && <0.5
    , microlens-aeson
    , tasty >=0.10.1.2
    , tasty-hunit >=0.9.2
    , text >=0.11.1.10 && <1.3
    , unordered-containers >=0.2.3 && <0.3
    , vector >=0.9 && <0.13
  other-modules:
      Paths_microlens_aeson
  default-language: Haskell2010

benchmark microlens-aeson-bench
  type: exitcode-stdio-1.0
  main-is: Bench.hs
  hs-source-dirs:
      bench
  ghc-options: -fwarn-unused-imports -fwarn-unused-binds -fwarn-name-shadowing -fwarn-unused-matches -fwarn-incomplete-patterns -fwarn-incomplete-uni-patterns -threaded -O2
  build-depends:
      aeson >=0.7.0.5 && <1.4
    , base >=4.8 && <5
    , bytestring
    , criterion >=1.2 && <1.5
    , deepseq
    , hashable
    , lens >=4.15 && <4.17
    , lens-aeson >=1.0
    , microlens >=0.3 && <0.5
    , microlens-aeson
    , text >=0.11.1.10 && <1.3
    , unordered-containers >=0.2.3 && <0.3
    , vector >=0.9 && <0.13
  other-modules:
      Paths_microlens_aeson
  default-language: Haskell2010