packages feed

quiver-instances-0.2.0.1: quiver-instances.cabal

name:                quiver-instances
version:             0.2.0.1
synopsis:            Extra instances for Quiver
description:
  Various extra instances for Quiver that aren't yet in the main library.
  .
  Currently this provides instances for the 'MonadThrow', 'MonadCatch'
  and 'MonadMask' classes from the
  <http://hackage.haskell.org/package/exceptions exceptions> library.
license:             MIT
license-file:        LICENSE
author:              Ivan Lazar Miljenovic
maintainer:          Ivan.Miljenovic@gmail.com
-- copyright:
category:            Control
build-type:          Simple
extra-source-files:  README.md
                   , stack.yaml
cabal-version:       >=1.10

tested-with:   GHC == 7.10.2, GHC == 8.0.1, GHC == 8.1.*

source-repository head
    type:         git
    location:     https://github.com/ivan-m/quiver-instances.git

library
  exposed-modules:     Control.Quiver.Instances
  -- other-modules:
  build-depends:       base >=4.8 && <4.10
                     , exceptions == 0.8.*
                     , quiver >= 1.1.3 && < 1.2
                     , resourcet == 1.1.*
                     , transformers
                     , transformers-base
  hs-source-dirs:      src
  default-language:    Haskell2010

  ghc-options:         -Wall