Skip to content
This repository was archived by the owner on Sep 7, 2018. It is now read-only.

Commit 4840906

Browse files
committed
Merge pull request #34 from clash-lang/ghc8
Build on ghc8
2 parents 65cf0f3 + 9552fad commit 4840906

20 files changed

+484
-459
lines changed

src/CLaSH/Class/BitPack.hs

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ import Prelude hiding (map)
2626
import CLaSH.Sized.BitVector (BitVector, (++#), high, low)
2727
import CLaSH.Sized.Internal.BitVector (split#)
2828

29-
-- $setup
30-
-- >>> :set -XDataKinds
31-
-- >>> import CLaSH.Prelude
29+
{- $setup
30+
>>> :set -XDataKinds
31+
>>> import CLaSH.Prelude
32+
-}
3233

3334
-- | Convert to and from a 'BitVector'
3435
class BitPack a where

0 commit comments

Comments
 (0)