radio: manifests: Add haskell

impermanence
Luis Guilherme Coelho 2024-03-23 03:30:08 -03:00
parent 8e4183f4a3
commit 2e9b47edc8
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
(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))