mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-23 22:44:14 +03:00
Bump versions to 0.1
This commit is contained in:
parent
dcba309d0f
commit
bd280b40ad
@ -1,7 +1,7 @@
|
||||
cabal-version: 2.4
|
||||
build-type: Simple
|
||||
name: effectful-core
|
||||
version: 0.0.0.0
|
||||
version: 0.1
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
category: Control
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: 2.4
|
||||
build-type: Simple
|
||||
name: effectful
|
||||
version: 0.0.0.0
|
||||
version: 0.1
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
category: Control
|
||||
@ -64,7 +64,7 @@ library
|
||||
|
||||
build-depends: base >= 4.13 && <5
|
||||
, async
|
||||
, effectful-core
|
||||
, effectful-core >= 0.1 && <0.1.1
|
||||
, resourcet
|
||||
, unliftio
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user