Tweak metadata because we use the patch library:

- Patch min bound is bumped so we have the group instances
 - Change log entry only mentions `Query` instances.
This commit is contained in:
John Ericson 2020-01-10 11:49:26 -05:00
parent 718c0e04b1
commit 017bd444af
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
* The `Reflex.Patch.*` modules were moved to the `patch` library.
They are `Data.Patch.*` there, but reexported under their old names for backwards compatability here.
* Additional instances for `Group` and `Query` classes for basic types.
* Additional instances for `Query` classes for basic types.
## 0.6.3

View File

@ -62,7 +62,7 @@ library
lens >= 4.7 && < 5,
monad-control >= 1.0.1 && < 1.1,
mtl >= 2.1 && < 2.3,
patch >= 0.0 && < 0.1,
patch >= 0.0.1 && < 0.1,
prim-uniq >= 0.1.0.1 && < 0.2,
primitive >= 0.5 && < 0.8,
profunctors >= 5.3 && < 5.6,