packages feed

rio-orphans-0.1.1.0: rio-orphans.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 77de0e86872a5e0ec50e213804741ac79e8f08b768bec53e0d190ae09cc14b40

name:           rio-orphans
version:        0.1.1.0
synopsis:       Orphan instances for the RIO type in the rio package
description:    See README and Haddocks at <https://www.stackage.org/package/rio-orphans>
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
    , fast-logger
    , monad-control
    , monad-logger
    , 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
    , fast-logger
    , hspec
    , monad-control
    , monad-logger
    , resourcet
    , rio
    , rio-orphans
    , transformers-base
  default-language: Haskell2010