Skip to content

Commit 64cff76

Browse files
committed
Add description in addition to synopsis
I guess this is the only way to get no warning.
1 parent 5d2e807 commit 64cff76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

patch.cabal

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Name: patch
22
Version: 0.0.0.1
3-
Description: Infrastructure for writing patches which act on other types.
3+
Synopsis: Infrastructure for writing patches which act on other types.
4+
Description:
5+
In this library, a patch is something which can be applied, analogous to a
6+
function, and which distinguishes returning the argument it was provided from
7+
returning something else.
48
License: BSD3
59
License-file: LICENSE
610
Author: Ryan Trinkle

0 commit comments

Comments
 (0)