Now that F11 is out I thought I would mention the Haskell
cabal-install package which was added to Fedora during the F11 cycle (it is also in F10 updates).
$ sudo yum install cabal-install
$ cabal update # download the list of available hackages
$ cabal install pandoc # download, build, install package and deps
$ ~/.cabal/bin/pandoc -h
Pandoc is a text processing tool for converting from one markup format to another. The cabal-install cli frontend to the Haskell hackage repository makes it really easy for Haskell developers to pull down Haskell libraries and programs, build them and their dependencies automatically and install them in the user's ghc package.conf file.
You might also want to play with the
xmonad window manager which the Fedora
Haskell SIG also recently packaged in time for the F11 release.
$ sudo yum install xmonad
$ cabal install xmonad-contrib # still not in fedora
xmonad-contrib is currently under package review and should land in Fedora before long.