Make effectful-th depend on effectful-core, not effectful (#127)

This commit is contained in:
Andrzej Rybczak 2023-01-13 06:14:09 +01:00 committed by GitHub
parent b43f23c32c
commit 44250c8995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,5 @@
# effectful-th-1.0.0.1 (2023-01-13)
* Depend on `effectful-core`, not `effectful`.
# effectful-th-1.0.0.0 (2022-07-13)
* Initial release.

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
build-type: Simple
name: effectful-th
version: 1.0.0.0
version: 1.0.0.1
license: BSD-3-Clause
license-file: LICENSE
category: Control
@ -56,7 +56,7 @@ library
build-depends: base >= 4.13 && < 5
, containers >= 0.6
, effectful >= 1.0.0.0 && < 3.0.0.0
, effectful-core >= 1.0.0.0 && < 3.0.0.0
, exceptions >= 0.10.4
, template-haskell >= 2.15 && < 2.20
, th-abstraction >= 0.4 && < 0.5
@ -69,7 +69,7 @@ test-suite th-tests
import: language
build-depends: base
, effectful
, effectful-core
, effectful-th
hs-source-dirs: tests