shadower-0.1.0.5: src/Shadower.hs
{-# OPTIONS -Wall #-}
module Main where
import ShadowerFunctions
import System.Environment
import Control.Applicative
main :: IO ()
main = getFilePathFromArgs <$> getArgs >>= watchPath
{-# OPTIONS -Wall #-}
module Main where
import ShadowerFunctions
import System.Environment
import Control.Applicative
main :: IO ()
main = getFilePathFromArgs <$> getArgs >>= watchPath