X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=c%CE%BBash%2FCLasH%2FVHDL%2FVHDLTypes.hs;h=e3e9ffbc68429fdd8053934168a99ce6f0f415cf;hb=d2917e27bd318299f37102a4799787bf01322daf;hp=87120436510620829be57115f5f52ff15933114c;hpb=ec4378a8a765c5a064b5cbed347b40c353c778a0;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git "a/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" "b/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" index 8712043..e3e9ffb 100644 --- "a/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" +++ "b/c\316\273ash/CLasH/VHDL/VHDLTypes.hs" @@ -1,8 +1,8 @@ -- -- Some types used by the VHDL module. -- -{-# LANGUAGE TemplateHaskell #-} -module VHDLTypes where +{-# LANGUAGE TemplateHaskell, NoGenerics #-} +module CLasH.VHDL.VHDLTypes where -- Standard imports import qualified Control.Monad.Trans.State as State