stack2nix-0.2.3: Convert stack.yaml files into Nix build instructions.

Safe HaskellNone
LanguageHaskell2010

Stack2nix.Util

Documentation

mapPool :: Traversable t => Int -> (a -> IO b) -> t a -> IO (t b) Source #