-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: a68a1341535748f5bf8f2fa1202835ba7a858683f5349848561893fd880e7824 name: rio-orphans version: 0.1.0.0 synopsis: Orphan instances for the RIO type in the rio package description: See README and Haddocks at category: Control homepage: https://github.com/commercialhaskell/rio#readme bug-reports: https://github.com/commercialhaskell/rio/issues author: Michael Snoyman maintainer: michael@snoyman.com license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/commercialhaskell/rio library exposed-modules: RIO.Orphans other-modules: Paths_rio_orphans hs-source-dirs: src build-depends: base >=4.9 && <10 , exceptions , monad-control , resourcet , rio , transformers-base default-language: Haskell2010 test-suite rio-orphans-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: RIO.OrphansSpec Paths_rio_orphans hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.9 && <10 , exceptions , hspec , monad-control , resourcet , rio , rio-orphans , transformers-base default-language: Haskell2010