Skip to content

Commit 48e210a

Browse files
committed
New package: purescript-0.13.3
1 parent 9750dc2 commit 48e210a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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:

srcpkgs/purescript/template

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)