mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-22 22:14:21 +03:00
Make effectful-th depend on effectful-core, not effectful (#127)
This commit is contained in:
parent
b43f23c32c
commit
44250c8995
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user