We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2e807 commit 64cff76Copy full SHA for 64cff76
patch.cabal
@@ -1,6 +1,10 @@
1
Name: patch
2
Version: 0.0.0.1
3
-Description: Infrastructure for writing patches which act on other types.
+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.
8
License: BSD3
9
License-file: LICENSE
10
Author: Ryan Trinkle
0 commit comments