mirror of https://codeberg.org/anemofilia/zero
13 lines
268 B
Scheme
13 lines
268 B
Scheme
|
(use-modules (guix profiles)
|
||
|
(gnu packages haskell)
|
||
|
(gnu packages haskell-xyz))
|
||
|
|
||
|
(packages->manifest
|
||
|
(list ghc
|
||
|
ghc-async
|
||
|
ghc-base-prelude
|
||
|
ghc-basement
|
||
|
ghc-basic-prelude
|
||
|
ghc-chart
|
||
|
ghc-groups))
|