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/XST.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/VeriFuzz/XST.hs') diff --git a/src/VeriFuzz/XST.hs b/src/VeriFuzz/XST.hs index 1cd63eb..2690882 100644 --- a/src/VeriFuzz/XST.hs +++ b/src/VeriFuzz/XST.hs @@ -1,5 +1,5 @@ {-| -Module : VeriFuzz.Simulator.XST +Module : VeriFuzz.XST Description : Xst (ise) simulator implementation. Copyright : (c) 2018-2019, Yann Herklotz Grave License : BSD-3 @@ -12,7 +12,7 @@ Xst (ise) simulator implementation. {-# LANGUAGE QuasiQuotes #-} -module VeriFuzz.Simulator.XST where +module VeriFuzz.XST where import Control.Lens hiding ((<.>)) import qualified Data.Text as T -- cgit