Skip to content

Commit

Permalink
Update from Hackage at 2019-09-07T00:16:58Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 7, 2019
1 parent 0382e43 commit d62000a
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
88 changes: 88 additions & 0 deletions lens-aeson/1.1/lens-aeson.cabal
@@ -0,0 +1,88 @@
name: lens-aeson
category: Numeric
version: 1.1
license: MIT
cabal-version: >= 1.8
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/lens/lens-aeson/
bug-reports: http://github.com/lens/lens-aeson/issues
copyright:
Copyright (C) 2012 Paul Wilson
Copyright (C) 2013 Edward A. Kmett
build-type: Custom
tested-with: GHC == 7.4.2
, GHC == 7.6.3
, GHC == 7.8.4
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.1
synopsis: Law-abiding lenses for aeson
description: Law-abiding lenses for aeson.

extra-source-files:
.travis.yml
.ghci
.gitignore
.vim.custom
travis/cabal-apt-install
travis/config
AUTHORS.markdown
README.markdown
CHANGELOG.markdown
Warning.hs

source-repository head
type: git
location: https://github.com/lens/lens-aeson

custom-setup
setup-depends:
base >= 4 && < 5,
Cabal,
cabal-doctest >= 1 && < 1.1

-- You can disable the doctests test suite with -f-test-doctests
flag test-doctests
default: True
manual: True

library
build-depends:
base >= 4.5 && < 5,
lens >= 4.4 && < 5,
text >= 0.11.1.10 && < 1.3,
vector >= 0.9 && < 0.13,
unordered-containers >= 0.2.3 && < 0.3,
attoparsec >= 0.10 && < 0.14,
bytestring >= 0.9 && < 0.11,
aeson >= 0.7.0.5 && < 1.5,
scientific >= 0.3.2 && < 0.4

exposed-modules:
Data.Aeson.Lens

ghc-options: -Wall -fwarn-tabs -O2
hs-source-dirs: src

test-suite doctests
type: exitcode-stdio-1.0
main-is: doctests.hs
ghc-options: -Wall -threaded
hs-source-dirs: tests

if !flag(test-doctests)
buildable: False
else
build-depends:
base,
doctest >= 0.11.1 && < 0.17,
generic-deriving,
lens-aeson,
semigroups >= 0.9,
simple-reflect >= 0.3.1
1 change: 1 addition & 0 deletions lens-aeson/1.1/lens-aeson.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"a3e4d1e708e907c933e721ad8400412e","Skein512_512":"c9abb4169bd07d8a6ffdc0863b4c006dd420a0d8626e5cb7a5d9d7fdf07a59b2326470d5529042c41b4cae588e2fa93443fd3f14a7bcead89f0549823b042f98","SHA1":"aecddc55346fc05b4a64e64646e57aca4dfbaae2","SHA512":"a5e1b98cc50342ddbaf36a9c6f7a87cdfd8e8abb66852777ef8fc3362a3cb7bac473c3dfd7a4ad2f57f3318c5dca6ec7a07e2a4eae05bdcc34308d188d791460","SHA256":"f7bc9c6f95735b523afac6316195d06b31f9b85c84918960096e4eecdb6cc90e"},"package-locations":["https://hackage.haskell.org/package/lens-aeson-1.1/lens-aeson-1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/lens-aeson-1.1.tar.gz"],"package-size":11022}

0 comments on commit d62000a

Please sign in to comment.