cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: dc1e33e8963ff3b4c4fbfbc764560ecdaa86de06303e1a41b08a7efac425a9de name: rio-app version: 0.1.0.0 synopsis: Generic App type for rio. category: Control author: Alexander Bondarenko maintainer: aenor.realm@gmail.com copyright: Alexander Bondarenko license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://gitlab.com/dpwiz/rio-app library exposed-modules: RIO.App other-modules: Paths_rio_app hs-source-dirs: src build-depends: base >=4.7 && <5 , resourcet , rio default-language: Haskell2010 executable rio-app-example main-is: Main.hs other-modules: Paths_rio_app hs-source-dirs: example build-depends: base >=4.7 && <5 , optparse-simple , resourcet , rio , rio-app default-language: Haskell2010