packages feed

hw-json-lens-0.1.0.0: hw-json-lens.cabal

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

name:           hw-json-lens
version:        0.1.0.0
synopsis:       Lens for hw-json
description:    Please see README.md
category:       Data
homepage:       http://github.com/haskell-works/hw-json-lens#readme
bug-reports:    https://github.com/haskell-works/hw-json-lens/issues
author:         Alexey Raga, John Ky
maintainer:     alexey.raga@gmail.com, newhoggy@gmail.com
copyright:      2016 Alexey Raga, 2018 John Ky
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/haskell-works/hw-json-lens

library
  hs-source-dirs:
      src
  ghc-options: -Wall -O2 -msse4.2
  build-depends:
      base                  >= 4          && < 5
    , bytestring            >= 0.10       && < 0.11
    , hw-json               >= 0.8.1      && < 0.9
    , lens                  >= 4          && < 5
    , containers          >= 0.5        && < 0.6
    , scientific          >= 0.3        && < 0.4
    , word8               >= 0.1        && < 0.2
  exposed-modules:
      HaskellWorks.Data.Json.Lens
      HaskellWorks.Data.ListMap
  other-modules:
      Paths_hw_json_lens
  default-language: Haskell2010

benchmark bench
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      bench
  ghc-options: -Wall -O2 -msse4.2
  build-depends:
      base                  >= 4          && < 5
    , bytestring            >= 0.10       && < 0.11
    , hw-json               >= 0.8.1      && < 0.9
    , lens                  >= 4          && < 5
    , criterion             >= 1.4        && < 1.5
    , hw-json-lens
  default-language: Haskell2010