From 157559045f477e443a3f965af6a1959f59930eb8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 1 Feb 2019 19:58:07 +0000 Subject: Fix imports --- src/VeriFuzz/Random.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/VeriFuzz/Random.hs') diff --git a/src/VeriFuzz/Random.hs b/src/VeriFuzz/Random.hs index 7989b49..a6684dd 100644 --- a/src/VeriFuzz/Random.hs +++ b/src/VeriFuzz/Random.hs @@ -1,5 +1,5 @@ {-| -Module : VeriFuzz.Circuit.Random +Module : VeriFuzz.Random Description : Random generation for DAG Copyright : (c) 2018-2019, Yann Herklotz Grave License : BSD-3 @@ -10,7 +10,7 @@ Portability : POSIX Define the random generation for the directed acyclic graph. -} -module VeriFuzz.Circuit.Random where +module VeriFuzz.Random where import Data.Graph.Inductive (Context, LEdge) import qualified Data.Graph.Inductive as G -- cgit