concise-0.1.0.1: concise.cabal
name: concise
version: 0.1.0.1
synopsis: Utilities for Control.Lens.Cons
description:
concise provides a handful of functions to extend what you can
do with Control.Lens.Cons.
homepage: https://github.com/frasertweedale/hs-concise
bug-reports: https://github.com/frasertweedale/hs-concise/issues
license: BSD3
license-file: LICENSE
author: Fraser Tweedale
maintainer: frase@frase.id.au
copyright: Copyright (C) 2016 Fraser Tweedale
category: Data, Lenses
build-type: Simple
extra-source-files: README.rst
cabal-version: >=1.10
tested-with:
GHC==7.8.4, GHC==7.10.2, GHC==7.10.3
, GHC==8.0.1, GHC==8.0.2, GHC==8.2.2
source-repository head
type: git
location: https://github.com/frasertweedale/hs-concise
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
exposed-modules:
Control.Lens.Cons.Extras
build-depends:
base >= 4 && < 5
, lens
, text
, bytestring
test-suite tests
default-language: Haskell2010
type: exitcode-stdio-1.0
ghc-options: -O2 -threaded
hs-source-dirs: test
main-is: Prop.hs
build-depends:
base >= 4 && < 5
, bytestring
, lens
, text
, concise
, tasty
, tasty-quickcheck
, QuickCheck
, quickcheck-instances