Skip to content

Commit

Permalink
Add support for GHC 9.2 to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Nov 25, 2022
1 parent eae61a1 commit fb63b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Sprockell.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{-# LANGUAGE DataKinds, RecordWildCards, TypeOperators #-}
module Sprockell where

import Clash.Prelude hiding (Word)
import Clash.Prelude hiding (Word, And)

{-------------------------------------------------------------
| SPROCKELL: Simple PROCessor in hasKELL :-)
Expand Down

0 comments on commit fb63b56

Please sign in to comment.