From: christiaanb Date: Mon, 21 Jun 2010 14:45:59 +0000 (+0200) Subject: Add derivelift function to hardwaretypes X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=2e1746861842d37baa7ed88f188b462a8487d404 Add derivelift function to hardwaretypes --- diff --git a/clash/CLasH/HardwareTypes.hs b/clash/CLasH/HardwareTypes.hs index 572a64e..f462e3e 100644 --- a/clash/CLasH/HardwareTypes.hs +++ b/clash/CLasH/HardwareTypes.hs @@ -9,6 +9,7 @@ module CLasH.HardwareTypes , module Data.Param.Unsigned , module Prelude , module Data.Bits + , module Language.Haskell.TH.Lift , Bit(..) , State(..) , hwand