From 3f1190cd7fc873449a1fd430386aa4b773d010ac Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 10 Jan 2019 15:48:13 +0000 Subject: Rename module names so that I can move them --- src/Test/VeriFuzz/Graph/RandomAlt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Test/VeriFuzz/Graph/RandomAlt.hs') diff --git a/src/Test/VeriFuzz/Graph/RandomAlt.hs b/src/Test/VeriFuzz/Graph/RandomAlt.hs index 9fe72e2..d9ee138 100644 --- a/src/Test/VeriFuzz/Graph/RandomAlt.hs +++ b/src/Test/VeriFuzz/Graph/RandomAlt.hs @@ -1,5 +1,5 @@ {-|p -Module : Test.VeriFuzz.Graph.RandomAlt +Module : VeriFuzz.Graph.RandomAlt Description : RandomAlt 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 Test.VeriFuzz.Graph.RandomAlt where +module VeriFuzz.Graph.RandomAlt where import Data.Graph.Inductive (Graph, LEdge, mkGraph) import qualified Data.Graph.Inductive.Arbitrary as G -- cgit