From 377bd047b693ede8ec5d12cd3db8e1ab19d07dde Mon Sep 17 00:00:00 2001 From: sigma-andex <77549848+sigma-andex@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:00:33 +0100 Subject: [PATCH] Add record extra license information --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 14290f5..2d92bc9 100644 --- a/Readme.md +++ b/Readme.md @@ -112,3 +112,4 @@ spago -x test.dhall test ## License This is a fork of [HTTPure](https://github.com/citizennet/purescript-httpure), which is licensed under MIT. See the [original license](./LICENSES/httpure.LICENSE). This work is similarly licensed under [MIT](./License). +It includes part of [`purescript-record-extra`](https://github.com/justinwoo/purescript-record-extra) as an inline dependency, which is licensed under MIT, see [original license](./LICENSES/record-extra.LICENSE).