packages feed

unliftio-0.1.0.0: unliftio.cabal

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

name:           unliftio
version:        0.1.0.0
synopsis:       The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
description:    Please see the README.md file for details
category:       Control
homepage:       https://github.com/fpco/monad-unlift/tree/master/unliftio#readme
author:         Michael Snoyman, Francesco Mazzoli
maintainer:     michael@snoyman.com
copyright:      2017 FP Complete
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    ChangeLog.md
    README.md

library
  hs-source-dirs:
      src
  build-depends:
      base >= 4.7 && < 5
    , async > 2.1.1
    , deepseq
    , directory
    , filepath
    , monad-logger
    , resourcet
    , transformers
    , unliftio-core
  if !os(Windows)
    build-depends:
        unix
  exposed-modules:
      UnliftIO
      UnliftIO.Async
      UnliftIO.Chan
      UnliftIO.Exception
      UnliftIO.IO
      UnliftIO.IORef
      UnliftIO.Instances
      UnliftIO.MVar
      UnliftIO.Resource
      UnliftIO.Temporary
      UnliftIO.Timeout
  other-modules:
      Paths_unliftio
  default-language: Haskell2010