aura-2.0.6: A secure package manager for Arch Linux and the AUR, written in Haskell.

Copyright(c) Colin Woodbury 2012 - 2020
LicenseGPL3
MaintainerColin Woodbury <colin@fosskers.ca>
Safe HaskellNone
LanguageHaskell2010

Aura.Diff

Description

Diffing files.

Synopsis

Documentation

diff :: MonadIO m => Settings -> Path Absolute -> Path Absolute -> m () Source #

Given two filepaths, output the diff of the two files. Output will be coloured unless colour is deactivated by `--color never` or by detection of a non-terminal output target.