parent
fe904a0e68
commit
4c41466a7d
@ -1,2 +1,3 @@
|
|||||||
/unliftio-core-0.1.1.0.tar.gz
|
/unliftio-core-0.1.1.0.tar.gz
|
||||||
/unliftio-core-0.1.2.0.tar.gz
|
/unliftio-core-0.1.2.0.tar.gz
|
||||||
|
/unliftio-core-0.2.0.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb
|
SHA512 (unliftio-core-0.2.0.1.tar.gz) = 6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02
|
||||||
|
@ -1,36 +1,36 @@
|
|||||||
cabal-version: >= 1.10
|
cabal-version: 1.12
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.29.6.
|
-- 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: 9dda29b2ae88c7aba738c44b9efa373de55a416be845a7bf888fc8c108166fed
|
-- hash: 9cae5ca1af8760786d8e586fd9b1ed7e329f13f4ec8a3d0aee62818b25038c1f
|
||||||
|
|
||||||
name: unliftio-core
|
name: unliftio-core
|
||||||
version: 0.1.2.0
|
version: 0.2.0.1
|
||||||
x-revision: 2
|
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 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:
|
||||||
ChangeLog.md
|
|
||||||
README.md
|
README.md
|
||||||
|
ChangeLog.md
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs:
|
|
||||||
src
|
|
||||||
build-depends:
|
|
||||||
base >=4.5 && <4.14
|
|
||||||
, transformers >=0.2 && <0.6
|
|
||||||
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:
|
||||||
|
src
|
||||||
|
build-depends:
|
||||||
|
base >=4.5 && < 10
|
||||||
|
, transformers >=0.2 && <0.6
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
Loading…
Reference in new issue