File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ --- stack.yaml
2+ +++ stack.yaml
3+ @@ -6,6 +6,7 @@
4+ - happy-1.19.9
5+ - language-javascript-0.6.0.13
6+ - network-3.0.1.1
7+ + - unix-compat-0.5.2
8+ nix:
9+ enable: false
10+ packages:
Original file line number Diff line number Diff line change 1+ # Template file for 'purescript'
2+ pkgname=purescript
3+ version=0.13.3
4+ revision=2
5+ build_style=haskell-stack
6+ make_build_args="--flag purescript:RELEASE"
7+ hostmakedepends="ghc stack"
8+ makedepends="ncurses-devel zlib-devel"
9+ short_desc="Strongly-typed functional programming language that targets JavaScript"
10+ maintainer="Wesley Moore <wes@wezm.net>"
11+ license="BSD-3-Clause"
12+ homepage="http://www.purescript.org/"
13+ distfiles="https://github.com/purescript/purescript/archive/v${version}.tar.gz"
14+ checksum=d9742dd6aa167f0e9dd8bf6dcd2b95d02a27158b6a7b430071388feca61ac447
15+ nopie_files="/usr/bin/purs"
16+ nocross=yes # Can't yet cross compile Haskell
17+
18+ post_install() {
19+ vlicense LICENSE
20+ }
You can’t perform that action at this time.
0 commit comments