From ec9052f0b0a32435c8f654bdebac4beae2953bee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Stan=C4=9Bk?= Date: Sat, 27 Jun 2026 04:14:21 +0200 Subject: [PATCH] add ghciwatch --- srcpkgs/ghciwatch/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/ghciwatch/template diff --git a/srcpkgs/ghciwatch/template b/srcpkgs/ghciwatch/template new file mode 100644 index 00000000000000..4afd05521fbfb3 --- /dev/null +++ b/srcpkgs/ghciwatch/template @@ -0,0 +1,14 @@ +# Template file for 'ghciwatch' +pkgname="ghciwatch" +version="1.4.2" +revision="1" +makedepends="cargo" +depends="cmd:ghci" +build_style="cargo" +short_desc="Load a GHCi session for a Haskell project and reload it when source files change" +maintainer="Ondřej Staněk " +license="MIT" +homepage="https://mercurytechnologies.github.io/ghciwatch/" +distfiles="https://github.com/mercurytechnologies/ghciwatch/archive/refs/tags/v${version}.tar.gz" +checksum="3a018ce2087269c819a8bb75246de47dfe6e829a5c7cfa3b0951b3e6064d300e" +