module Stack.New ( newProject ) where import Control.Monad.IO.Class newProject :: MonadIO m => m () newProject = error "new command not yet implemented, check out https://github.com/commercialhaskell/stack/issues/137 for status and to get involved"