Skip to content

Commit

Permalink
Update from Hackage at 2018-01-19T01:03:43Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 19, 2018
1 parent a80fc8b commit 6aedac1
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
88 changes: 88 additions & 0 deletions lens-action/0.2.3/lens-action.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
name: lens-action
category: Data, Lenses, Generics
version: 0.2.3
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/lens-action/
bug-reports: http://github.com/ekmett/lens-action/issues
copyright: Copyright (C) 2012-2014 Edward A. Kmett
build-type: Custom
-- build-tools: cpphs
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.1
synopsis: Monadic Getters and Folds
description:
This package contains combinators and types for working with
monadic getters and folds as split off from the original
lens package.

extra-source-files:
.ghci
.gitignore
CHANGELOG.markdown
README.markdown
Warning.hs

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

source-repository head
type: git
location: git://github.com/ekmett/lens-action.git

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

library
build-depends:
lens >= 4.7 && < 5,
base >= 4.5 && < 5,
comonad >= 4 && < 6,
contravariant >= 1.2.1 && < 2,
profunctors >= 4 && < 6,
mtl >= 2.0.1 && < 2.3,
semigroups >= 0.8.4 && < 1,
semigroupoids >= 4 && < 6,
transformers >= 0.2 && < 0.6

exposed-modules:
Control.Lens.Action
Control.Lens.Action.Internal
Control.Lens.Action.Reified
Control.Lens.Action.Type

cpp-options: -traditional

ghc-options: -Wall -fwarn-tabs -O2 -fdicts-cheap -funbox-strict-fields -fmax-simplifier-iterations=10
hs-source-dirs: src

-- Verify the results of the examples
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.9.1,
filepath,
directory,
lens-action
1 change: 1 addition & 0 deletions lens-action/0.2.3/lens-action.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"e54ead099531c894ed433980da464207","Skein512_512":"8a5466c04814dbb30c52041a939fa3b2d160448083c7ce8df635632c90ce2e8d6fb4da8b32c5f1df0217badd3a0e2a5553d1a959d46704b2bb4ad0c2d5c9c4b0","SHA1":"0b47e5c9f3e4fa72b77eca6f09b5bf3b6b251254","SHA512":"7d640acd155c8c62c1ab241ea7ccb343b7ad3831b30b9387eb9f9844bc756bbb88acb55c8f764f9efc146d307ecd82bc95269a04e02e83305fc931cc404d8892","SHA256":"06848a6c7f217c3dd3228633bedc9a73b2cce139c1a6dff61af0994d410a98e0"},"package-locations":["https://hackage.haskell.org/package/lens-action-0.2.3/lens-action-0.2.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/lens-action-0.2.3.tar.gz"],"package-size":7653}

0 comments on commit 6aedac1

Please sign in to comment.