You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Import Data.Generic.Rep from prelude
* Drop the Rep suffix for consistency with other generic modules
* Update the compiler version used on CI to 0.14.0-rc5
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Notable changes to this project are documented in this file. The format is based
7
7
Breaking changes (😱!!!):
8
8
9
9
- Removed vestigial `EncodeRepFields` class and its remaining instance for `Data.Generic.Rep.Product`.
10
+
- Renamed `Data.Argonaut.Decode.Generic.Rep` to `Data.Argonaut.Decode.Generic`, `Data.Argonaut.Encode.Generic.Rep` to `Data.Argonaut.Encode.Generic` and `Data.Argonaut.Types.Generic.Rep` to `Data.Argonaut.Types.Generic`.
0 commit comments