└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # DEPRECATED 2 | 3 | The library is no longer maintained under this repository as of the PureScript 0.14 compiler release. Relevant functionality has been moved into other repositories: 4 | 5 | - Most code has been moved to [`prelude`](https://github.com/purescript/purescript-prelude) 6 | - Enum-related code has been moved to [`enums`](https://github.com/purescript/purescript-enums) 7 | - The `Maybe` type's `Generic` instance has been moved to [`maybe`](https://github.com/purescript/purescript-maybe) 8 | - The `Either` type's `Generic` instance has been moved to [`either`](https://github.com/purescript/purescript-either) 9 | - The `Tuple` type's `Generic` instance has been moved to [`tuple`](https://github.com/purescript/purescript-either) 10 | 11 | [Previous releases](https://github.com/purescript-deprecated/purescript-generics-rep/releases) will continue to work for older libraries which depend on them. 12 | --------------------------------------------------------------------------------