unliftio-core-0.1.0.0: unliftio-core.cabal
-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: unliftio-core
version: 0.1.0.0
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
description: Please see the README.md file for details
category: Control
homepage: https://github.com/fpco/monad-unlift/tree/master/unliftio-core#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.5 && < 4.11
, transformers >= 0.2 && < 0.6
exposed-modules:
Control.Monad.IO.Unlift
other-modules:
Paths_unliftio_core
default-language: Haskell2010