#!/bin/bash
# finds log files that need editing of the cabal file
egrep -rl 'Perhaps you need to add .* to the build-depends|malformed integer argument in -Odph|unrecognised flag' .
