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/Internal.hs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/VeriFuzz/Circuit/Internal.hs') diff --git a/src/VeriFuzz/Circuit/Internal.hs b/src/VeriFuzz/Circuit/Internal.hs index 5220f4d..17e1586 100644 --- a/src/VeriFuzz/Circuit/Internal.hs +++ b/src/VeriFuzz/Circuit/Internal.hs @@ -3,7 +3,7 @@ Module : VeriFuzz.Circuit.Internal Description : Internal helpers for generation. Copyright : (c) 2018-2019, Yann Herklotz License : BSD-3 -Maintainer : ymherklotz [at] gmail [dot] com +Maintainer : yann [at] yannherklotz [dot] com Stability : experimental Portability : POSIX @@ -19,11 +19,9 @@ module VeriFuzz.Circuit.Internal ) where -import Data.Graph.Inductive ( Graph - , Node - ) -import qualified Data.Graph.Inductive as G -import qualified Data.Text as T +import Data.Graph.Inductive (Graph, Node) +import qualified Data.Graph.Inductive as G +import qualified Data.Text as T -- | Convert an integer into a label. -- -- cgit