X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=blobdiff_plain;f=clash%2FData%2FParam%2FIndex.hs;h=79d551d38e7c7661fcc1d6745a6a04e402f88292;hp=2c4e88e0bac7607e47907a31317d8d799c9d5bd6;hb=30969fa41ee30295f00cf089f4ee4385bb709871;hpb=a37aac300ad93f0fd5edbed645655c2af2915002 diff --git a/clash/Data/Param/Index.hs b/clash/Data/Param/Index.hs index 2c4e88e..79d551d 100644 --- a/clash/Data/Param/Index.hs +++ b/clash/Data/Param/Index.hs @@ -8,7 +8,7 @@ module Data.Param.Index import Language.Haskell.TH import Language.Haskell.TH.Syntax (Lift(..)) -import Data.Bits +import qualified Data.Bits as B import Types import Types.Data.Num.Decimal.Literals.TH