diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..afdf491 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,40 @@ +repository: + has_wiki: false + +labels: + - name: "duplicate" + color: cfd3d7 + - name: "good first issue" + color: 7057ff + - name: "invalid" + color: cfd3d7 + - name: "more data needed" + color: bfdadc + - name: "P0" + color: b60205 + description: "blocker: fix immediately!" + - name: "P1" + color: d93f0b + description: "critical: next release" + - name: "P2" + color: e99695 + description: "major: an upcoming release" + - name: "P3" + color: fbca04 + description: "minor: not priorized" + - name: "P4" + color: fef2c0 + description: "unimportant: consider wontfix or other priority" + - name: "question" + color: d876e3 + - name: "type: bug" + color: 0052cc + - name: "type: documentation" + color: 0052cc + - name: "type: feature request" + color: 0052cc + - name: "wontfix" + color: ffffff + - name: "merge-queue" + color: 0e8a16 + description: "merge on green CI" diff --git a/LICENSE b/LICENSE index 6a6d77c..a3d114c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2015 PureScript Contrib +Copyright (c) Tweag I/O Limited. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/spago.dhall b/spago.dhall index 216f999..77934db 100644 --- a/spago.dhall +++ b/spago.dhall @@ -1,4 +1,4 @@ -{ name = "servant-support" +{ name = "unlift" , dependencies = [] , packages = ./packages.dhall , sources = [ "src/**/*.purs" ]