effectful/cabal.project
Andrzej Rybczak 65e8c3d652
Update template-haskell bounds (#198)
* Update template-haskell bounds

* Update GHC
2024-01-03 14:42:14 +01:00

12 lines
258 B
Plaintext

packages:
effectful-core/*.cabal
effectful-plugin/*.cabal
effectful-th/*.cabal
effectful/*.cabal
-- Ignore dependencies of other effect libraries.
allow-newer: cleff:*
, freer-simple:*
, fused-effects:*
, polysemy:*