mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
5b7f7f245c
git-subtree-dir: nix-tools git-subtree-mainline:1110a74a9dgit-subtree-split:555d57e1ea
8 lines
155 B
Haskell
8 lines
155 B
Haskell
module Main where
|
|
|
|
import StackRepos (doStackRepos)
|
|
import StackRepos.CLI (parseStackReposArgs)
|
|
|
|
main :: IO ()
|
|
main = parseStackReposArgs >>= doStackRepos
|