Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit bce06ae

Browse files
committed
Add deprecation notice
1 parent 36ffb23 commit bce06ae

File tree

10 files changed

+3
-829
lines changed

10 files changed

+3
-829
lines changed

.eslintrc.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# purescript-generics
1+
# DEPRECATED
22

3-
[![Latest release](http://img.shields.io/github/release/purescript/purescript-generics.svg)](https://github.com/purescript/purescript-generics/releases)
4-
[![Build status](https://travis-ci.org/purescript/purescript-generics.svg?branch=master)](https://travis-ci.org/purescript/purescript-generics)
3+
The library is no longer maintained. The compiler dropped support for deriving this style of `Generic` in v0.12, the newer style `Generic`s are available in [`purescript-generics-rep`](https://github.com/purescript/purescript-generics-rep).
54

6-
Generic programming.
7-
8-
## Usage
9-
10-
```
11-
bower install purescript-generics
12-
```
13-
14-
The methods in the `Generic` type class can be derived in versions >= 0.7.3 of the PureScript compiler with the following syntax:
15-
16-
``` purescript
17-
derive instance genericMyType :: Generic MyType
18-
```
19-
20-
There are some example usages of the library [in the tests](test/Main.purs).
21-
22-
## Documentation
23-
24-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-generics).
5+
[The previous releases](https://github.com/purescript-deprecated/purescript-generics/releases) will continue to work for older libraries that still depend on them.

bower.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Data/Generic.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)