Search Criteria
Package Details: agda-git 2.5.1.r8151.g4108da695-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/agda-git.git (read-only, click to copy) |
---|---|
Package Base: | agda-git |
Description: | A dependently typed functional programming language and proof assistant: development version |
Upstream URL: | http://wiki.portal.chalmers.se/agda/ |
Licenses: | custom |
Conflicts: | agda |
Provides: | agda |
Submitter: | johngowers |
Maintainer: | johngowers |
Last Packager: | johngowers |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-21 20:18 (UTC) |
Last Updated: | 2020-11-12 20:31 (UTC) |
Dependencies (30)
- ghc-libs (ghc-cabal-artsAUR)
- haskell-aeson
- haskell-async
- haskell-bifunctors
- haskell-blaze-html
- haskell-boxes
- haskell-cpphs
- haskell-data-hash
- haskell-edisonapi
- haskell-edisoncore
- haskell-edit-distance
- haskell-equivalence
- haskell-filemanip
- haskell-geniplate-mirror
- haskell-gitrev
- haskell-hashable
- haskell-hashtables
- haskell-ieee754
- haskell-monad-control
- haskell-murmur-hash
- Show 10 more dependencies...
Required by (4)
- agda-categories (requires agda)
- agda-cubical (requires agda)
- haskell-agda-language-server (requires agda)
- python-agda-kernel (requires agda)
Latest Comments
mb64 commented on 2021-04-09 22:22 (UTC)
There's a couple fixes to the build process necessary to compile the latest Agda git:
sed -i 's/== 0.5/>= 0.5/' "${pkgname%-git}/Agda.cabal"
inprepare()
is no longer necessary, and breaks the cabal filesed
command inprepare()
doesn't correctly set theLD_LIBRARY_PATH
, since there's already a differentLD_LIBRARY_PATH
ine
that ends up taking precedence. Instead, it should setLD_LIBRARY_PATH
to"$pkgdir/usr/lib:" ++ fromJust (lookup "LD_LIBRARY_PATH" e)
, and add it to the end instead of the front of the list.LightQuantum commented on 2020-10-16 06:36 (UTC)
It seems that
haskell-case-insensitive
should be added to the dependency list.Forty-Bot commented on 2019-04-22 19:06 (UTC)
Ok, I made some patches to fix this: 0001-Fix-compilation-for-2.6.0.patch and 0002-Don-t-use-a-separate-lib-target.patch. I've reproduced their contents below:
Forty-Bot commented on 2019-04-22 14:46 (UTC)
The build fails for agda 2.6 with
DrPhil commented on 2018-09-27 15:17 (UTC)
I believe
haskell-filemanip
andhaskell-aeson
should be included in dependencies.