-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: microlens-aeson category: Numeric version: 2.2.0.2 license: MIT cabal-version: >= 1.10 license-file: LICENSE author: Colin Woodbury maintainer: Colin Woodbury homepage: http://github.com/fosskers/microlens-aeson/ bug-reports: http://github.com/fosskers/microlens-aeson/issues copyright: Copyright (C) 2012 Paul Wilson, (C) 2013 Edward A. Kmett, (C) 2015 Colin Woodbury build-type: Simple synopsis: Law-abiding lenses for Aeson, using microlens. description: Law-abiding lenses for Aeson, using microlens. 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 build-depends: base >=4.8 && <5 , aeson >=0.7.0.5 && <1.3 , text >=0.11.1.10 && <1.3 , microlens >=0.3 && <0.5 , bytestring >=0.9 && <0.11 , unordered-containers >=0.2.3 && <0.3 , vector >=0.9 && <0.13 , attoparsec >=0.10 && <0.14 , scientific >=0.3.2 && <0.4 exposed-modules: Lens.Micro.Aeson other-modules: Lens.Micro.Aeson.Internal Paths_microlens_aeson ghc-options: -fwarn-tabs -O2 hs-source-dirs: src default-language: Haskell2010 test-suite microlens-aeson-test type: exitcode-stdio-1.0 build-depends: base >=4.8 && <5 , aeson >=0.7.0.5 && <1.3 , text >=0.11.1.10 && <1.3 , microlens >=0.3 && <0.5 , bytestring >=0.9 && <0.11 , unordered-containers >=0.2.3 && <0.3 , vector >=0.9 && <0.13 , tasty >=0.10.1.2 , tasty-hunit >=0.9.2 , microlens-aeson hs-source-dirs: test main-is: Test.hs default-language: Haskell2010 ghc-options: -threaded