lens-utils-1.4.6: lens-utils.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 5c82c194878b4484c5ed563855433504a4ba35efabe3bf46d0a64136883b60e4
name: lens-utils
version: 1.4.6
synopsis: Collection of missing lens utilities.
category: Data
stability: experimental
homepage: https://github.com/luna/lens-utils
bug-reports: https://github.com/luna/lens-utils/issues
author: Luna Team
maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org>
copyright: Copyright (C) 2018 Luna Team
license: Apache-2.0
license-file: LICENSE
build-type: Simple
library
exposed-modules:
Control.Lens.Aeson
Control.Lens.Utils
Control.Lens.Utils.Nested
Control.Lens.Utils.TH
Control.Lens.Utils.Wrapped
other-modules:
Paths_lens_utils
hs-source-dirs:
src
default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving InstanceSigs LambdaCase LiberalTypeSynonyms MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NumDecimals OverloadedLabels PackageImports PatternSynonyms QuasiQuotes RankNTypes RecursiveDo RelaxedPolyRec ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns
ghc-options: -Wall -O2
build-depends:
aeson
, base >=4.9 && <4.13
, containers
, data-default
, lens
, monoid
, split
, template-haskell
default-language: Haskell2010