From 1116ff27a5669f312885e02c4cf014b21664bcbe Mon Sep 17 00:00:00 2001 From: TakeV Date: Thu, 6 Jul 2023 23:19:47 -0700 Subject: [PATCH] Mess up hall's formating --- hall.scm | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/hall.scm b/hall.scm index a494ea1..19a3a80 100644 --- a/hall.scm +++ b/hall.scm @@ -16,35 +16,32 @@ (files (libraries ((directory "gib-gab-gob" - ((compiled-scheme-file "game") - (scheme-file "rps") + ((compiled-scheme-file "board") + (compiled-scheme-file "game") (scheme-file "game") - (compiled-scheme-file "board") (scheme-file "board") + (scheme-file "rps") (compiled-scheme-file "rps"))))) - (tests ((directory "tests" ()))) + (tests ()) (programs ((directory "scripts" ((in-file "make-joiner") (in-file "make-initiator") - (text-file "make-initiator") - (text-file "make-joiner"))))) + (text-file "make-joiner") + (text-file "make-initiator"))))) (documentation - ((text-file "COPYING") (org-file "README"))) + ((org-file "README") (text-file "COPYING"))) (infrastructure - ((shell-file "bootstrap") - (scheme-file "manifest") - (scheme-file "guix") - (in-file "pre-inst-env") + ((automake-file "Makefile") + (autoconf-file "configure") + (text-file ".gitignore") + (scheme-file "hall") (directory "build-aux" - ((tex-file "texinfo") - (scheme-file "test-driver") + ((scheme-file "test-driver") (text-file "missing") - (text-file "install-sh") - (text-file "mdate-sh"))) - (scheme-file "hall") - (text-file ".gitignore") - (autoconf-file "configure") - (automake-file "Makefile"))))) + (text-file "install-sh"))) + (in-file "pre-inst-env") + (scheme-file "guix") + (shell-file "bootstrap")))))