Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit c7f32af

Browse files
Add deprecation notice
1 parent c052d22 commit c7f32af

File tree

11 files changed

+3
-415
lines changed

11 files changed

+3
-415
lines changed

.eslintrc.json

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

.github/PULL_REQUEST_TEMPLATE.md

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

.github/workflows/ci.yml

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

.gitignore

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

CHANGELOG.md

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

LICENSE

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

README.md

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

3-
[![Latest release](http://img.shields.io/github/release/purescript/purescript-math.svg)](https://github.com/purescript/purescript-math/releases)
4-
[![Build status](https://github.com/purescript/purescript-math/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-math/actions?query=workflow%3ACI+branch%3Amaster)
5-
[![Pursuit](https://pursuit.purescript.org/packages/purescript-math/badge)](https://pursuit.purescript.org/packages/purescript-math)
3+
`purescript-math` is deprecated. Functions and values from this library are avaliable in the [`purescript-numbers`](https://github.com/purescript/purescript-numbers) and [`purescript-integers`](https://github.com/purescript/purescript-integers) libraries.
64

7-
Standard math functions from JavaScript.
8-
9-
## Installation
10-
11-
```
12-
spago install math
13-
```
14-
15-
## Documentation
16-
17-
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-math).
5+
The [original releases up to v3.0.0](https://github.com/purescript-deprecated/purescript-math/releases) of this library are still available and will work with compiler versions prior to PureScript v0.15.x.

bower.json

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

package.json

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

src/Math.js

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

0 commit comments

Comments
 (0)