summaryrefslogtreecommitdiff
path: root/README.md
blob: 8fa79011e106f446f81a11d61698f49a83ff6e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
All packages are built from source.

The following is a non-exhaustive list of packages in this channel:

- `ghc@9.12.2`
- `ghc@9.14.1`

haskell packages:

- `ghc-9.14-fir`
- `ghc-9.14-hs-bindgen`
- `ghc-9.14-vulkan@3.27`

... and all dependencies of the above in the `ghc-9.14-pname` namespace.

Add to `channels.scm` the following channel:

```guile
(channel
 (name 'andromeda)
 (url "https://git.galaxious.de/channel939.git")
 (branch "master")
 (introduction
  (make-channel-introduction
   "7d40506d00a02c6b68f69b3761c1cfffaa98a642"
   (openpgp-fingerprint
    "70DE 7ED5 E5EF 2086 643E  74C0 547A 6CAD 273C 801A"))))
```

before running `guix pull`.

Run `./check.sh` to build all packages defined in this channel.