mirror of https://codeberg.org/anemofilia/zero
radio: manifests: haskell: Add gcc-toolchain
parent
432a25c69b
commit
c25c1979f7
|
@ -1,9 +1,11 @@
|
||||||
(use-modules (guix profiles)
|
(use-modules (guix profiles)
|
||||||
|
(gnu packages commencement)
|
||||||
(gnu packages haskell)
|
(gnu packages haskell)
|
||||||
(gnu packages haskell-xyz))
|
(gnu packages haskell-xyz))
|
||||||
|
|
||||||
(packages->manifest
|
(packages->manifest
|
||||||
(list ghc
|
(list gcc-toolchain
|
||||||
|
ghc
|
||||||
ghc-async
|
ghc-async
|
||||||
ghc-base-prelude
|
ghc-base-prelude
|
||||||
ghc-basement
|
ghc-basement
|
||||||
|
|
Loading…
Reference in New Issue