Skip to content

Commit 38686f5

Browse files
committed
Fixed Cabal description
1 parent c6deff9 commit 38686f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

typed-process-effectful.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ synopsis:
66

77
description:
88
This library provides an alternative `Process` effect for the
9-
[`effectful`][https://github.com/haskell-effectful/effectful] ecosystem.
9+
[effectful](https://github.com/haskell-effectful/effectful) ecosystem.
1010
While to the `Process` effect shipped with the `effectful` library is based on
11-
the [`process`][https://hackage.haskell.org/package/process] package this
11+
the [process](https://hackage.haskell.org/package/process) package this
1212
implementation relies on
13-
[`typed-process`][https://hackage.haskell.org/package/typed-process] instead.
13+
[typed-process](https://hackage.haskell.org/package/typed-process) instead.
1414

1515
category: System
1616
homepage:

0 commit comments

Comments
 (0)