diff --git a/home-environments/radio/manifests/haskell.scm b/home-environments/radio/manifests/haskell.scm new file mode 100644 index 0000000..98be2f7 --- /dev/null +++ b/home-environments/radio/manifests/haskell.scm @@ -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))