haskell-template

Haskell template
git clone git://git.rr3.xyz/haskell-template | git clone gits://git.rr3.xyz/haskell-template
Log | Files | Refs

commit 4d0a6c6cd3cb87f51f83320d2bdba00fff082191
parent df71e74a8ad9e785bbb57f3a5f504f687bf58d7f
Author: Robert Russell <robert@rr3.xyz>
Date:   Sat,  1 Aug 2026 18:38:01 -0700

Add graft script

Diffstat:
A.graft.sh | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.graft.sh b/.graft.sh @@ -0,0 +1,5 @@ +copy .gitignore +copy src +copy fourmolu.yaml +copy package.yaml +copy stack.yaml