Skip to content

Commit ec87248

Browse files
committed
Minor update to config files.
1 parent 3aaf147 commit ec87248

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: PureScript Discourse
4+
url: https://discourse.purescript.org/
5+
about: Ask and answer questions here.
6+
- name: Functional Programming Slack
7+
url: https://functionalprogramming.slack.com
8+
about: For casual chat and questions (use https://fpchat-invite.herokuapp.com to join).
File renamed without changes.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
output
77
generated-docs
8+
bower_components

packages.dhall

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200615/packages.dhall sha256:5d0cfad9408c84db0a3fdcea2d708f9ed8f64297e164dc57a7cf6328706df93a
2+
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20200831/packages.dhall sha256:cdb3529cac2cd8dd780f07c80fd907d5faceae7decfcaa11a12037df68812c83
33

4-
let overrides = {=}
5-
6-
let additions = {=}
7-
8-
in upstream // overrides // additions
4+
in upstream

0 commit comments

Comments
 (0)