parent
d342773ff8
commit
54896359cd
@ -1,36 +1,36 @@
|
|||||||
cabal-version: 1.12
|
cabal-version: 1.12
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
-- This file has been generated from package.yaml by hpack version 0.33.0.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 9cae5ca1af8760786d8e586fd9b1ed7e329f13f4ec8a3d0aee62818b25038c1f
|
-- hash: 9cae5ca1af8760786d8e586fd9b1ed7e329f13f4ec8a3d0aee62818b25038c1f
|
||||||
|
|
||||||
name: unliftio-core
|
name: unliftio-core
|
||||||
version: 0.2.0.1
|
version: 0.2.0.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
|
synopsis: The MonadUnliftIO typeclass for unlifting monads to IO
|
||||||
description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
|
description: Please see the documentation and README at <https://www.stackage.org/package/unliftio-core>
|
||||||
category: Control
|
category: Control
|
||||||
homepage: https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
|
homepage: https://github.com/fpco/unliftio/tree/master/unliftio-core#readme
|
||||||
author: Michael Snoyman, Francesco Mazzoli
|
author: Michael Snoyman, Francesco Mazzoli
|
||||||
maintainer: michael@snoyman.com
|
maintainer: michael@snoyman.com
|
||||||
copyright: 2017-2020 FP Complete
|
copyright: 2017-2020 FP Complete
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
extra-source-files:
|
extra-source-files:
|
||||||
README.md
|
README.md
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Control.Monad.IO.Unlift
|
Control.Monad.IO.Unlift
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_unliftio_core
|
Paths_unliftio_core
|
||||||
hs-source-dirs:
|
hs-source-dirs:
|
||||||
src
|
src
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.5 && < 10
|
base >=4.5 && < 10
|
||||||
, transformers >=0.2 && <0.6
|
, transformers >=0.2 && <0.6
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
Loading…
Reference in new issue