blob: 0fd05aae91cbf51016407930cc3a42f11bca5d6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
name: unliftio-core
version: 0.2.1.0
x-revision: 2
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
category: Control
homepage: https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
author: Michael Snoyman, Francesco Mazzoli
maintainer: michael@snoyman.com
copyright: 2017-2020 FP Complete
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
library
exposed-modules:
Control.Monad.IO.Unlift
other-modules:
Paths_unliftio_core
hs-source-dirs:
src
build-depends:
base >=4.9 && <4.19
, transformers >=0.2 && <0.7
default-language: Haskell2010
|