Mess up hall's formating

This commit is contained in:
TakeV 2023-07-06 23:19:47 -07:00
parent 138e328367
commit 1116ff27a5
Signed by untrusted user: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 16 additions and 19 deletions

View File

@ -16,35 +16,32 @@
(files (libraries (files (libraries
((directory ((directory
"gib-gab-gob" "gib-gab-gob"
((compiled-scheme-file "game") ((compiled-scheme-file "board")
(scheme-file "rps") (compiled-scheme-file "game")
(scheme-file "game") (scheme-file "game")
(compiled-scheme-file "board")
(scheme-file "board") (scheme-file "board")
(scheme-file "rps")
(compiled-scheme-file "rps"))))) (compiled-scheme-file "rps")))))
(tests ((directory "tests" ()))) (tests ())
(programs (programs
((directory ((directory
"scripts" "scripts"
((in-file "make-joiner") ((in-file "make-joiner")
(in-file "make-initiator") (in-file "make-initiator")
(text-file "make-initiator") (text-file "make-joiner")
(text-file "make-joiner"))))) (text-file "make-initiator")))))
(documentation (documentation
((text-file "COPYING") (org-file "README"))) ((org-file "README") (text-file "COPYING")))
(infrastructure (infrastructure
((shell-file "bootstrap") ((automake-file "Makefile")
(scheme-file "manifest") (autoconf-file "configure")
(scheme-file "guix") (text-file ".gitignore")
(in-file "pre-inst-env") (scheme-file "hall")
(directory (directory
"build-aux" "build-aux"
((tex-file "texinfo") ((scheme-file "test-driver")
(scheme-file "test-driver")
(text-file "missing") (text-file "missing")
(text-file "install-sh") (text-file "install-sh")))
(text-file "mdate-sh"))) (in-file "pre-inst-env")
(scheme-file "hall") (scheme-file "guix")
(text-file ".gitignore") (shell-file "bootstrap")))))
(autoconf-file "configure")
(automake-file "Makefile")))))