-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 0602790545b326901e59379955c4541dcab52e82ef782aa8e1cedf784e484c18 name: lens-utils version: 1.4.5 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 copyright: Copyright (C) 2018 Luna Team license: Apache-2.0 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 library 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.10 && <4.12 , containers , data-default , lens , monoid , split , template-haskell 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 default-language: Haskell2010