This PKGBUILD was generated by arch-hs
and adjusted a bit.
Some notes on changes in this package compared to upstream:
- base version bumped to 4.15 so it compiles on ArchLinux (
sv2v-cabal.patch
) - all usages of the
@
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.
Pinned Comments
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.