Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TH TopEntityGeneration #729

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion clash-prelude/clash-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Library
Clash.Annotations.BitRepresentation.Internal
Clash.Annotations.BitRepresentation.Util
Clash.Annotations.SynthesisAttributes
Clash.Annotations.TH

Clash.Class.BitPack
Clash.Class.Exp
Expand Down Expand Up @@ -269,6 +270,7 @@ Library
hashable >= 1.2.1.0 && < 1.4,
half >= 0.2.2.3 && < 1.0,
lens >= 4.9 && < 4.19,
recursion-schemes >= 5.1 && < 5.2,
QuickCheck >= 2.7 && < 2.14,
reflection >= 2 && < 2.2,
singletons >= 1.0 && < 3.0,
Expand Down Expand Up @@ -317,14 +319,16 @@ test-suite unittests
base,
hint >= 0.7 && < 0.10,
tasty >= 1.2 && < 1.3,
tasty-hunit
tasty-hunit,
template-haskell

Other-Modules: Clash.Tests.BitPack
Clash.Tests.BitVector
Clash.Tests.DerivingDataRepr
Clash.Tests.DerivingDataReprTypes
Clash.Tests.Signal
Clash.Tests.NFDataX
Clash.Tests.TopEntityGeneration


benchmark benchmark-clash-prelude
Expand Down
Loading