-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 6b0a6fa8e9f8498288aa0e25318be82b6fca0619f852c1d3bd024b814cca8af9 name: lens-utils version: 1.4.2 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 MonadComprehensions MultiWayIf NamedWildCards NegativeLiterals NumDecimals OverloadedLabels PackageImports QuasiQuotes PatternSynonyms RankNTypes RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators UnicodeSyntax ViewPatterns LiberalTypeSynonyms RelaxedPolyRec ghc-options: -Wall -O2 build-depends: aeson , base >=4.10 && <4.12 , containers , data-default , lens , monoid , 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