revise .cabal

epel9
Jens Petersen 4 years ago
parent 54896359cd
commit 1faf36add8

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

Loading…
Cancel
Save