aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Random.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Random.hs')
-rw-r--r--src/VeriFuzz/Random.hs4
1 files changed, 2 insertions, 2 deletions
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