From 992e91427fccff43f8ab1944131b8f62f9328f0d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 23 Jul 2019 22:05:32 +0200 Subject: Add new maintainer email --- test/Reduce.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Reduce.hs') diff --git a/test/Reduce.hs b/test/Reduce.hs index bc47d94..722ddea 100644 --- a/test/Reduce.hs +++ b/test/Reduce.hs @@ -3,7 +3,7 @@ Module : Reduce Description : Test reduction. Copyright : (c) 2019, Yann Herklotz Grave License : GPL-3 -Maintainer : ymherklotz [at] gmail [dot] com +Maintainer : yann [at] yannherklotz [dot] com Stability : experimental Portability : POSIX @@ -17,7 +17,7 @@ module Reduce ) where -import Data.List ( (\\) ) +import Data.List ((\\)) import Test.Tasty import Test.Tasty.HUnit import VeriFuzz -- cgit