From 737b675845a49da9db32bbb4421b1db7e1da21aa Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 25 Nov 2020 01:19:55 -0500 Subject: [PATCH 1/2] Deprecate --- README.md | 17 +++-------------- bower.json | 1 + 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8b4d582..c1ac8be 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,5 @@ -# purescript-proxy +# DEPRECATED -[![Latest release](http://img.shields.io/bower/v/purescript-proxy.svg)](https://github.com/purescript/purescript-proxy/releases) -[![Build Status](https://travis-ci.org/purescript/purescript-proxy.svg?branch=master)](https://travis-ci.org/purescript/purescript-proxy) +The library has been deprecated as of the PureScript 0.14 compiler release. The `Proxy` type has been migrated into the [`purescript-prelude`](https://github.com/purescript/purescript-prelude) library instead. -Value proxy for type inputs. - -## Installation - -``` -bower install purescript-proxy -``` - -## Documentation - -Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-proxy). +[The previous releases](https://github.com/purescript-deprecated/purescript-proxy/releases) will continue to work for older libraries that still depend on them. diff --git a/bower.json b/bower.json index 6d1b39a..dc18a08 100644 --- a/bower.json +++ b/bower.json @@ -6,6 +6,7 @@ "type": "git", "url": "git://github.com/purescript/purescript-proxy.git" }, + "keywords": ["pursuit-deprecated"], "ignore": [ "**/.*", "bower_components", From 6f1adf7b3c28c19c994cf2273dcff28c11eae9bc Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Wed, 25 Nov 2020 01:23:59 -0500 Subject: [PATCH 2/2] Use @kl0tl deprecation notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1ac8be..248ba4b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DEPRECATED -The library has been deprecated as of the PureScript 0.14 compiler release. The `Proxy` type has been migrated into the [`purescript-prelude`](https://github.com/purescript/purescript-prelude) library instead. +The library is no longer maintained under this repository, it has been merged into [`purescript-prelude`](https://github.com/purescript/purescript-prelude). [The previous releases](https://github.com/purescript-deprecated/purescript-proxy/releases) will continue to work for older libraries that still depend on them.