mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add packages:haskell
parent
1dcf5d9c68
commit
389d77afa3
|
@ -118,10 +118,11 @@
|
|||
packages:file-managing
|
||||
packages:fonts
|
||||
packages:games
|
||||
packages:guile
|
||||
packages:haskell
|
||||
packages:image
|
||||
packages:messaging
|
||||
packages:password
|
||||
packages:scheme
|
||||
packages:sound
|
||||
packages:video
|
||||
packages:web))
|
||||
|
@ -211,6 +212,12 @@
|
|||
(list #|guile-xyz|# guile-goblins guile-hoot guile-lib guile-srfi-197
|
||||
guile-srfi-232))
|
||||
|
||||
(define packages:haskell
|
||||
(list #|commencement|# gcc-toolchain
|
||||
#|haskell |# ghc
|
||||
#|haskell-xyz |# ghc-async ghc-base-prelude ghc-basement
|
||||
ghc-basic-prelude ghc-chart ghc-groups))
|
||||
|
||||
(define packages:sound
|
||||
(list #|linux |# wireplumber-minimal
|
||||
#|pulseaudio|# pavucontrol))
|
||||
|
@ -231,6 +238,7 @@
|
|||
packages:documentation packages:downloads
|
||||
#|F|# packages:file-managing packages:fonts
|
||||
#|G|# packages:games
|
||||
#|H|# packages:haskell
|
||||
#|I|# packages:image
|
||||
#|M|# packages:messaging
|
||||
#|P|# packages:password
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
(use-modules (guix profiles)
|
||||
(gnu packages commencement)
|
||||
(gnu packages haskell)
|
||||
(gnu packages haskell-xyz))
|
||||
|
||||
(packages->manifest
|
||||
(list gcc-toolchain
|
||||
ghc
|
||||
ghc-async
|
||||
ghc-base-prelude
|
||||
ghc-basement
|
||||
ghc-basic-prelude
|
||||
ghc-chart
|
||||
ghc-groups))
|
Loading…
Reference in New Issue