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: caef3fbe77580e1053ab30d901319fa0afe198bb4febb8ff51096d41bc1832a2 name: reader-soup version: 0.1.0.0 synopsis: Vinyl-based reader-like monad composition description: See 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 default-language: Haskell2010