Skip to content

Commit 7f7d51f

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. * Distribute license file with the source code.
1 parent 5def503 commit 7f7d51f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

typed-process-effectful.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ author: Dominik Peteler
2323
maintainer: [email protected]
2424
license: BSD-3-Clause
2525
build-type: Simple
26-
-- cabal-gild: discover ./ --include=LICENSE --include=*.md
26+
-- cabal-gild: discover . --include=*.md
2727
extra-doc-files:
2828
CHANGELOG.md
2929
LICENSE.md
3030
README.md
3131

32+
extra-source-files:
33+
LICENSE.md
34+
3235
tested-with: ghc ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1
3336

3437
source-repository head
@@ -57,8 +60,7 @@ library
5760
build-depends:
5861
base >=4.14 && <5,
5962
bytestring <0.13,
60-
effectful >=2.0 && <2.4,
61-
effectful-core >=2.0 && <2.4,
63+
effectful >=2.0 && <2.6,
6264
typed-process >=0.2.8 && <0.3,
6365

6466
test-suite typed-process-effectful-test
@@ -71,7 +73,6 @@ test-suite typed-process-effectful-test
7173
build-depends:
7274
base,
7375
effectful,
74-
effectful-core,
7576
tasty >=1.4 && <1.6,
7677
tasty-hunit >=0.10 && <0.11,
7778
typed-process-effectful,

0 commit comments

Comments
 (0)