Search Criteria
Package Details: sv2v 0.0.11-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: | 2023-12-04 00:00 (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
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.