clash-ghc
Clash: a functional hardware description language - GHC frontend
homepage ↗ hackage: clash-ghc github: clash-lang/clash-compiler
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| haskell GitHub ↗ | 1.8.4 | 1 | 2 d | details › |
Versions & arches
Use flags of 1.8.4
- dynamic Build Clash binaries with GHC flag `-dynamic`. This flag should only be used for packaging purposes. Installations using cabal should use `--enable-executable-dynamic`!
- ghc-paths Locate the GHC core libraries using the `ghc-paths` package. Note: this flag may make binaries less relocatable, by hard-coding an absolute path to the core libraries.
- workaround-ghc-mmap-crash Only use this flag when hit by GHC bug #19421. See clash-compiler PR #2444.