Bump versions to 0.1

This commit is contained in:
Andrzej Rybczak 2021-07-28 23:19:11 +02:00
parent dcba309d0f
commit bd280b40ad
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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