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/AST.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/VeriFuzz/AST.hs') diff --git a/src/VeriFuzz/AST.hs b/src/VeriFuzz/AST.hs index 0f24c49..2e3a54e 100644 --- a/src/VeriFuzz/AST.hs +++ b/src/VeriFuzz/AST.hs @@ -1,5 +1,5 @@ {-| -Module : VeriFuzz.Verilog.AST +Module : VeriFuzz.AST Description : Definition of the Verilog AST types. Copyright : (c) 2018-2019, Yann Herklotz Grave License : BSD-3 @@ -13,7 +13,7 @@ Defines the types to build a Verilog AST. {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE TemplateHaskell #-} -module VeriFuzz.Verilog.AST +module VeriFuzz.AST ( -- * Top level types VerilogSrc(..) , getVerilogSrc -- cgit