aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Random.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-01 19:58:07 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-01 19:58:07 +0000
commit157559045f477e443a3f965af6a1959f59930eb8 (patch)
treea8a69429bb5c9ee7fb1ea6643173533f8dad1789 /src/VeriFuzz/Random.hs
parentfa77a4b1ad2400bce8a51dee7d41368fed653ed9 (diff)
downloadverismith-157559045f477e443a3f965af6a1959f59930eb8.tar.gz
verismith-157559045f477e443a3f965af6a1959f59930eb8.zip
Fix imports
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