|
|
|
@ -8,7 +8,7 @@ cabal-version: 1.12
|
|
|
|
|
|
|
|
|
|
name: unliftio-core
|
|
|
|
|
version: 0.2.0.1
|
|
|
|
|
x-revision: 1
|
|
|
|
|
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
|
|
|
|
@ -32,5 +32,5 @@ library
|
|
|
|
|
src
|
|
|
|
|
build-depends:
|
|
|
|
|
base >=4.5 && < 10
|
|
|
|
|
, transformers >=0.2 && <0.6
|
|
|
|
|
, transformers >=0.2 && <0.7
|
|
|
|
|
default-language: Haskell2010
|
|
|
|
|