Skip to content

Commit d67a90e

Browse files
committed
Bumped upper bound of effectful dependency
* Removed effectful-core dependency; All relevant modules of that package are re-exported by the effectful package. * Bumped lower bound of the base dependency. We only support GHC >=8.10.7. * Distribute license file with the source code.
1 parent 3e9ca8a commit d67a90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-process-effectful.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ library
5858
-- cabal-gild: discover src/ --include=src/**/*.hs
5959
exposed-modules: Effectful.Process.Typed
6060
build-depends:
61-
base >=4.14 && <5,
61+
base >=4.16 && <5,
6262
bytestring <0.13,
6363
effectful >=2.0 && <2.6,
6464
typed-process >=0.2.8 && <0.3,

0 commit comments

Comments
 (0)