packages feed

unliftio-0.2.1.0: unliftio.cabal

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

name:           unliftio
version:        0.2.1.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/unliftio/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:
      async >2.1.1
    , base >=4.7 && <5
    , deepseq
    , directory
    , filepath
    , stm >=2.4.3
    , transformers
    , unliftio-core
  if !os(Windows)
    build-depends:
        unix
  exposed-modules:
      UnliftIO
      UnliftIO.Async
      UnliftIO.Chan
      UnliftIO.Concurrent
      UnliftIO.Exception
      UnliftIO.IO
      UnliftIO.IORef
      UnliftIO.MVar
      UnliftIO.STM
      UnliftIO.Temporary
      UnliftIO.Timeout
  other-modules:
      Paths_unliftio
  default-language: Haskell2010