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/Parser.hs | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'test/Parser.hs') diff --git a/test/Parser.hs b/test/Parser.hs index 84f1906..d300d8a 100644 --- a/test/Parser.hs +++ b/test/Parser.hs @@ -3,7 +3,7 @@ Module : Parser Description : Test the parser. 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,15 +17,10 @@ module Parser where import Control.Lens -import Data.Either ( either - , isRight - ) -import Hedgehog ( Gen - , Property - , (===) - ) -import qualified Hedgehog as Hog -import qualified Hedgehog.Gen as Hog +import Data.Either (either, isRight) +import Hedgehog (Gen, Property, (===)) +import qualified Hedgehog as Hog +import qualified Hedgehog.Gen as Hog import Test.Tasty import Test.Tasty.Hedgehog import Test.Tasty.HUnit -- cgit