
Hi, I'd like to install Leksah [1] on my up-to-date Arch box. The only package I can find is the one in AUR [2] It has plenty of dependencies specified in makedepends in the PKGBUILD file. I have been warned about using AUR, to stay away of it if possible [1]. So, what is the recommended way to install Leksah? [1] http://www.leksah.org/ [2] https://aur.archlinux.org/packages.php?ID=23335 [3] http://www.haskell.org/pipermail/arch-haskell/2012-June/002045.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

I installed it through cabal (that is, as my user: "cabal install leksah",
note you need to also "cabal install gtk2hs-buildtools" iirc)
On Fri, Jun 29, 2012 at 6:21 AM, Mateusz Loskot
Hi,
I'd like to install Leksah [1] on my up-to-date Arch box. The only package I can find is the one in AUR [2] It has plenty of dependencies specified in makedepends in the PKGBUILD file. I have been warned about using AUR, to stay away of it if possible [1].
So, what is the recommended way to install Leksah?
[1] http://www.leksah.org/ [2] https://aur.archlinux.org/packages.php?ID=23335 [3] http://www.haskell.org/pipermail/arch-haskell/2012-June/002045.html
Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

You probably mean
pacman -S gtk2hs-buildtools
On Fri, Jun 29, 2012 at 12:42 AM, Mike Ledger
I installed it through cabal (that is, as my user: "cabal install leksah", note you need to also "cabal install gtk2hs-buildtools" iirc)
On Fri, Jun 29, 2012 at 6:21 AM, Mateusz Loskot
wrote: Hi,
I'd like to install Leksah [1] on my up-to-date Arch box. The only package I can find is the one in AUR [2] It has plenty of dependencies specified in makedepends in the PKGBUILD file. I have been warned about using AUR, to stay away of it if possible [1].
So, what is the recommended way to install Leksah?
[1] http://www.leksah.org/ [2] https://aur.archlinux.org/packages.php?ID=23335 [3] http://www.haskell.org/pipermail/arch-haskell/2012-June/002045.html
Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell
_______________________________________________ arch-haskell mailing list arch-haskell@haskell.org http://www.haskell.org/mailman/listinfo/arch-haskell

On 28 June 2012 22:42, Mike Ledger
I installed it through cabal (that is, as my user: "cabal install leksah", note you need to also "cabal install gtk2hs-buildtools" iirc)
I had to install more dependencies: alex, happy, both available from [haskell], then cabal install gtk2hs-buildtools I also had to install number of GTK+ packages like gtksourceview2, etc. Then I did cabal install leksah and it seems installation succeeded. Thanks! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (3)
-
Jonathan Lahav
-
Mateusz Loskot
-
Mike Ledger