summoner-1.2.0: Tool for scaffolding completely configured production Haskell projects.

Safe HaskellNone
LanguageHaskell2010

Summoner.Process

Contents

Description

This module contains various function to work with commands.

Synopsis

Documentation

deleteFile :: FilePath -> IO () Source #

Delete file, but just print a message if delete fails and continue instead of raising an error.

Orphan instances

(a ~ Text, b ~ ()) => IsString ([a] -> IO b) Source #

This is needed to be able to call commands by writing strings.

Instance details

Methods

fromString :: String -> [a] -> IO b #