Search Criteria
Package Details: sv2v 0.0.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sv2v.git (read-only, click to copy) |
---|---|
Package Base: | sv2v |
Description: | SystemVerilog to Verilog conversion |
Upstream URL: | https://github.com/zachjs/sv2v |
Licenses: | custom: BSD3 |
Submitter: | yrlf |
Maintainer: | yrlf |
Last Packager: | yrlf |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-27 17:17 (UTC) |
Last Updated: | 2024-11-27 08:57 (UTC) |
Dependencies (8)
- ghc-libs (ghc-cabal-artsAUR)
- haskell-cmdargs
- haskell-githash
- haskell-hashable
- haskell-vector
- alex (make)
- ghc (ghc-cabal-artsAUR) (make)
- happy (make)
Latest Comments
Poscat commented on 2024-11-28 14:49 (UTC)
Thank you!
yrlf commented on 2024-11-27 08:58 (UTC)
@Poscat: bumped to 0.0.12 and cherry-picked commit 5374679e4bb26e115b9a9b4a2d8ef4253d7a8bf3 since 0.0.12 still depends on happy < 2 in the cabal file.
Poscat commented on 2024-11-27 05:44 (UTC)
Currently this package is broken cause sv2v 0.0.11 requires happy < 2. Please upgrade to sv2v 0.0.12
yrlf commented on 2023-03-04 11:55 (UTC) (edited on 2023-03-04 11:58 (UTC) by yrlf)
@Forty-Bot: I upgraded the package to 0.10.0 now.
I did not switch to the GitHub sources yet, though I am considering it next time I touch the package (actually I noticed too late that your patch actually changes the source URLs and spent way too long to figure out why it had dependency errors again).
Additionally, I dropped the
@
operator patch, since it is no longer needed.EDIT: switched to GitHub sources as you proposed.
Forty-Bot commented on 2023-02-12 15:56 (UTC) (edited on 2023-02-12 15:57 (UTC) by Forty-Bot)
Please apply the following patch to upgrade to 0.0.10
yrlf commented on 2021-09-27 17:23 (UTC) (edited on 2021-09-27 17:25 (UTC) by yrlf)
This PKGBUILD was generated by
arch-hs
and adjusted a bit.Some notes on changes in this package compared to upstream:
sv2v-cabal.patch
)@
operator of the form(a @ b)
were changed to(a@b)
since they did not compile otherwise (at-operator.patch
)I don't really know Haskell that well, so if there is a proper way to get this project to compile, I'll happily change it.
If during building "Setup" complains about missing or private dependencies, reinstall the relevant haskell packages, since that seems to mean the haskell registry is out of date or broken.