Skip to content

Commit ae2a107

Browse files
committed
Update project description
1 parent 89bd319 commit ae2a107

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Patch
22

3-
Infrastructure for writing patches which act on other types.
3+
Data structures for describing changes to other data structures.
44

5-
A `Patch` type represents a kind of change made to a datastructure.
5+
A `Patch` type represents a kind of change made to a data structure.
66

77
```haskell
88
class Patch p where

patch.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Name: patch
22
Version: 0.0.3.1
3-
Synopsis: Infrastructure for writing patches which act on other types.
3+
Synopsis: Data structures for describing changes to other data structures.
44
Description:
5+
Data structures for describing changes to other data structures.
6+
.
57
In this library, a patch is something which can be applied, analogous to a
68
function, and which distinguishes returning the argument it was provided from
79
returning something else.
@@ -20,7 +22,7 @@ extra-source-files:
2022
ChangeLog.md
2123

2224
tested-with:
23-
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1
25+
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1
2426
GHCJS ==8.4
2527

2628
flag split-these

0 commit comments

Comments
 (0)