packages feed

quiver-instances-0.1.0.0: quiver-instances.cabal

name:                quiver-instances
version:             0.1.0.0
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 == 7.11.*

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

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

  ghc-options:         -Wall