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

Replace readme with deprecation notice #14

Merged
merged 3 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# DEPRECATED

# purescript-node-streams-aff

[![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)
[![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)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-node-streams-aff/badge)](https://pursuit.purescript.org/packages/purescript-node-streams-aff)

Asynchronous PureScript [`Aff`](https://pursuit.purescript.org/packages/purescript-aff) API for [*Node.js* Stream](https://nodejs.org/docs/latest/api/stream.html).

## Installation

```
spago install node-streams-aff
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-node-streams-aff).
`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.

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.

3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"bower_components",
"output"
],
"keywords": [
"pursuit-deprecated"
],
"dependencies": {
"purescript-aff": "^v7.1.0",
"purescript-arrays": "^v7.1.0",
Expand Down