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 --- src/VeriFuzz/Circuit/Base.hs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/VeriFuzz/Circuit/Base.hs') diff --git a/src/VeriFuzz/Circuit/Base.hs b/src/VeriFuzz/Circuit/Base.hs index adc7d52..0bcdf39 100644 --- a/src/VeriFuzz/Circuit/Base.hs +++ b/src/VeriFuzz/Circuit/Base.hs @@ -3,7 +3,7 @@ Module : VeriFuzz.Circuit.Base Description : Base types for the circuit module. 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 @@ -18,10 +18,7 @@ module VeriFuzz.Circuit.Base ) where -import Data.Graph.Inductive ( Gr - , LEdge - , LNode - ) +import Data.Graph.Inductive (Gr, LEdge, LNode) import System.Random -- | The types for all the gates. -- cgit