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

Commit 99b3d49

Browse files
Replace readme with deprecation notice (#14)
* Replace readme with deprecation notice * Add deprecated keyword, so Pursuit picks it up * Update text to indicate merge happened.
1 parent 8336e9f commit 99b3d49

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

README.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1+
# DEPRECATED
12

2-
# purescript-node-streams-aff
3-
4-
[![Latest release](http://img.shields.io/github/release/purescript-node/purescript-node-streams-aff.svg)](https://github.com/purescript-node/purescript-node-streams-aff/releases)
5-
[![CI](https://github.com/purescript-node/purescript-node-streams-aff/workflows/CI/badge.svg?branch=main)](https://github.com/purescript-node/purescript-node-streams-aff/actions?query=workflow%3ACI+branch%3Amain)
6-
[![Pursuit](https://pursuit.purescript.org/packages/purescript-node-streams-aff/badge)](https://pursuit.purescript.org/packages/purescript-node-streams-aff)
7-
8-
Asynchronous PureScript [`Aff`](https://pursuit.purescript.org/packages/purescript-aff) API for [*Node.js* Stream](https://nodejs.org/docs/latest/api/stream.html).
9-
10-
## Installation
11-
12-
```
13-
spago install node-streams-aff
14-
```
15-
16-
## Documentation
17-
18-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-node-streams-aff).
3+
`purescript-node-streams-aff` is deprecated. Functions and values from this library were merged as-is into the [`purescript-node-streams`](https://github.com/purescript/purescript-node-streams) library.
194

5+
The [original releases up to v5.0.0](https://github.com/purescript-deprecated/purescript-node-streams-aff/releases) of this library are still available and will work with compiler versions prior to PureScript v0.16.x.
206

bower.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"bower_components",
1414
"output"
1515
],
16+
"keywords": [
17+
"pursuit-deprecated"
18+
],
1619
"dependencies": {
1720
"purescript-aff": "^v7.1.0",
1821
"purescript-arrays": "^v7.1.0",

0 commit comments

Comments
 (0)