From b9d9990022ce2402c951feedbb91f406d2dfc58e Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 30 Aug 2026 04:03:27 +0200 Subject: [NEWS] added ghc@9.14.1 --- NEWS | 5 ++++- README.md | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/NEWS b/NEWS index 22e7b61..5136db5 100644 --- a/NEWS +++ b/NEWS @@ -1,2 +1,5 @@ (channel-news - (version 0)) \ No newline at end of file + (version 0) + (entry (commit "50ec74ff09bca2f5b38d0c80b7d3ef788675c23b") + (title (en "Added @code{ghc@9.14.1}")) + (body (en "The newest version of @code{ghc} because I would like to build @url{https://git.galaxious.de/vktest.git/} with Guix that only builds on @code{9.14.1}")))) \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..942b76e --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +All packages are built from source. + +The following is a list of packages in this channel: + +- `ghc@9.12.2` +- `ghc@9.14.1` + +Add to `channels.scm` the following channel: + +```guile +(channel + (name 'andromeda) + (url "https://git.galaxious.de/channel939.git") + (branch "master") + (commit "50ec74ff09bca2f5b38d0c80b7d3ef788675c23b") + (introduction + (make-channel-introduction + "7d40506d00a02c6b68f69b3761c1cfffaa98a642" + (openpgp-fingerprint + "70DE 7ED5 E5EF 2086 643E 74C0 547A 6CAD 273C 801A")))) +``` + +before running `guix pull`. \ No newline at end of file -- cgit v1.3.1