cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: 92e41d2130db1eececa699e80c545a37f2a7b42d33597c28a08b07d5c628e191 name: reader-soup version: 0.1.0.0 synopsis: Vinyl-based reader-like monad composition description: Packs together a stack of reader-like monads as one single ReaderT of a composite state (represented as an array). This permits to represent the entire monad stack of an application as one record (in the vinyl sense) of the parameters used to run this monad stack, and to add capabilities to that stack by just adding a new field to that record. reader-soup is part of the porcupine ecosystem. See the README at category: Numerical, JSON homepage: https://github.com/tweag/porcupine#readme bug-reports: https://github.com/tweag/porcupine/issues maintainer: Yves Parès copyright: 2018 EURL Tweag, NovaDiscovery license: MIT license-file: LICENSE build-type: Simple source-repository head type: git location: https://github.com/tweag/porcupine library exposed-modules: Control.Monad.ReaderSoup Control.Monad.ReaderSoup.Katip Control.Monad.ReaderSoup.Resource other-modules: Paths_reader_soup hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.10 && <5 , katip , lens , mmorph , monad-control , mtl , resourcet , safe-exceptions , transformers , transformers-base , unliftio-core , vinyl >=0.11 default-language: Haskell2010