cabal-version: 2.4 name: lens-tell version: 0.1 synopsis: MonadTell-based lens combinators description: @MonadTell@-based equivalents of @lens@ combinators that use @MonadWriter@'s @tell@. homepage: https://github.com/LightAndLight/tell bug-reports: https://github.com/LightAndLight/tell/issues license: BSD-3-Clause license-file: LICENSE author: Isaac Elliott maintainer: isaace71295@gmail.com copyright: (C) 2021 Isaac Elliott category: Control extra-source-files: CHANGELOG.md library exposed-modules: Control.Monad.Tell.Lens build-depends: base >=4.14.1.0 && <5 , lens >=4.15 && <5.1 , tell >=0.1 && <0.5 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall