-- Copyright 2016 Evan Laforge -- This program is distributed under the terms of the GNU General Public -- License 3.0, see COPYING or http://www.gnu.org/licenses/gpl-3.0.txt -- | Re-export "Util.Test.Global", so I don't have to change a million import -- lines. module Util.Test (module Util.Test.Global) where import Util.Test.Global