-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 2207e6de888dc697b0877f5ef66e0678ce42a78e4e422575b3b4444cb11e7586 name: lens-utils version: 1.4.3 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