1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00
guide/REPL/app/Main.hs

16 lines
393 B
Haskell
Raw Normal View History

2017-06-03 01:14:04 +03:00
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Main where
2017-06-09 16:08:33 +03:00
import Data.Default
import REPL
import qualified AllCommands as AC
import PackageManager
2017-06-03 01:14:04 +03:00
main :: IO ()
-- launches package manager update, that performs update every 60 minutes
--main = launchPackageUpdater def 60
-- launches REPL for hackage and stackage
main = processREPLCycle def AC.allCommands