Re: [arch-haskell] Links from /usr/share/doc/ghc/html/libraries/index.html not referring to packages

2015-07-06 Thread Nicola Squartini
https://ghc.haskell.org/trac/ghc/ticket/10206 It will be fixed in GHC 7.10.2. On Mon, Jul 6, 2015 at 9:59 AM, Leif Warner abimel...@gmail.com wrote: The links on https://downloads.haskell.org/~ghc/7.8.2/docs/html/libraries/index.html do point into the libraries/ subdir package containing the

Re: [arch-haskell] gitit status update: feed fixed and uploaded, possibility of reincluding gitit?

2015-05-07 Thread Nicola Squartini
And finally gitit is back! On Thu, May 7, 2015 at 9:17 PM, Nicola Squartini tens...@gmail.com wrote: I tried building gitit but there is a problem with the new `time` package. The issue was already reported here https://github.com/jgm/gitit/issues/490. Hopefully it will be fixed soon

Re: [arch-haskell] gitit status update: feed fixed and uploaded, possibility of reincluding gitit?

2015-05-07 Thread Nicola Squartini
I tried building gitit but there is a problem with the new `time` package. The issue was already reported here https://github.com/jgm/gitit/issues/490. Hopefully it will be fixed soon. Nicola On Wed, May 6, 2015 at 5:50 PM, Nicola Squartini tens...@gmail.com wrote: Unfortunately

Re: [arch-haskell] gitit status update: feed fixed and uploaded, possibility of reincluding gitit?

2015-05-06 Thread Nicola Squartini
Unfortunately there will be a delay in the update of [haskell-happstack] due to the recent changes to cblrepo ( https://github.com/magthe/cblrepo/issues/42). I'll update as soon as the issue is resolved. Nicola On Tue, May 5, 2015 at 10:19 PM, Nicola Squartini tens...@gmail.com wrote

Re: [arch-haskell] For the brave: alternative versioning in testing repo

2015-05-06 Thread Nicola Squartini
Issue created! On Wed, May 6, 2015 at 5:11 PM, Magnus Therning mag...@therning.org wrote: On 6 May 2015 at 09:59, Nicola Squartini tens...@gmail.com wrote: It's for the [haskell-happstack] repository, I need to update the dependencies on [haskell-core] packages, Diff is just one example

Re: [arch-haskell] For the brave: alternative versioning in testing repo

2015-05-05 Thread Nicola Squartini
A problem raised when I tried to updates my repository: $ cblrepo add -d Diff,0.3.2_0,1 option -d: Cannot parse 'Diff,0.3.2_0,1' as PKG,VER,REL Seems like cblrepo doesn't parse the underscore character in the version field. On Sun, May 3, 2015 at 9:17 PM, Magnus Therning

Re: [arch-haskell] Fwd: RFQ: Proposal for new versioning of packages

2015-05-01 Thread Nicola Squartini
Got it. Thanks for the clarification. On Fri, May 1, 2015 at 3:42 PM, Magnus Therning mag...@therning.org wrote: On Thu, Apr 30, 2015 at 07:07:48PM +0900, Nicola Squartini wrote: Release numbers would still be reset on adding: xrev == 0 -- haskell-zlib-0.5.4.2

[arch-haskell] Fwd: RFQ: Proposal for new versioning of packages

2015-04-30 Thread Nicola Squartini
Sorry, keep replying to one person only instead of the mailing list. How about the other way around: if xrev == 0 -- haskell-zlib-0.5.4.2-76-x86_64.pkg.tar.xz if xrev == n n 0 -- haskell-zlib-0.5.4.2-76.n-x86_64.pkg.tar.xz Nicola On Thu, Apr 30, 2015 at 8:10 AM, Xyne

Re: [arch-haskell] Fwd: RFQ: Proposal for new versioning of packages

2015-04-30 Thread Nicola Squartini
:) On Thu, Apr 30, 2015 at 5:59 PM, Magnus Therning mag...@therning.org wrote: On 30 April 2015 at 10:21, Nicola Squartini tens...@gmail.com wrote: Sorry, keep replying to one person only instead of the mailing list. How about the other way around: if xrev == 0 -- haskell

Re: [arch-haskell] Fwd: gitit status update and why are deps needed for binaries

2015-04-15 Thread Nicola Squartini
I think it's unnecessary (and even annoying for many users) to have all packages that contains binaries split. Beside it requires modifying cblrepo. Unless the demand increases, I would suggest to simply manually split (via *.pkgbuild patches) only explicitly requested packages, like pandoc and

Re: [arch-haskell] Fwd: gitit status update and why are deps needed for binaries

2015-04-14 Thread Nicola Squartini
On Tue, Apr 14, 2015 at 10:19 PM, Bastien Traverse neit...@esrevart.net wrote: Le 14/04/2015 02:20, Nicola Squartini a écrit : Solving the problem of pandoc and gitit binaries taking so much space, would require splitting the packages in two. Right now haskell-pandoc and haskell-gitit

[arch-haskell] Fwd: gitit status update and why are deps needed for binaries

2015-04-13 Thread Nicola Squartini
-- Forwarded message -- From: Nicola Squartini tens...@gmail.com Date: Tue, Apr 14, 2015 at 9:20 AM Subject: Re: [arch-haskell] gitit status update and why are deps needed for binaries To: Bastien Traverse neit...@esrevart.net Solving the problem of pandoc and gitit binaries

Re: [arch-haskell] haskell-xml-conduit-1.2.3.3-78 invalid package?

2015-04-13 Thread Nicola Squartini
You are right, I get the same output out of pacman-key. The reason why I didn't not get the error on my system is that I only use xml-conduit as a dependency for building [haskell-happstack] repo, and apparently the script that does that does not check signatures. I noticed that the Last

Re: [arch-haskell] haskell-xml-conduit-1.2.3.3-78 invalid package?

2015-04-12 Thread Nicola Squartini
I upgraded today and didn't have such problem. Did you try to download again after clearing pacman cache? On Mon, Apr 13, 2015 at 9:34 AM, Skottish skottish97...@gmail.com wrote: Hey, I'm receiving an 'invalid or corrupted package (PGP signature)' error with haskell-xml-conduit-1.2.3.3-78. I

Re: [arch-haskell] Ghc 7.10.1 in repo [was: Re: Ghc 7.10.1 in testing repo]

2015-04-07 Thread Nicola Squartini
The fix in github seems to work properly. I see what was the problem now. Are going to switch back to the derived instance for the new db and have a conversion function from old to new? On Tue, Apr 7, 2015 at 10:31 AM, Nicola Squartini tens...@gmail.com wrote: Thanks! Luckily I found the old

Re: [arch-haskell] Ghc 7.10.1 in repo [was: Re: Ghc 7.10.1 in testing repo]

2015-04-05 Thread Nicola Squartini
Hi Magnus, and thanks for the upgrade! You mentioned that cblrepo didn't make it, but since my last upgrade today I have version 0.15.0. And most importantly it gives an error message: cblrepo: user error (JSON parsing failed) whatever subcommand I try, even convertdb. Did the format

[arch-haskell] How to work with x-revision

2015-01-03 Thread Nicola Squartini
With the new cblrepo on my haskell-happstack repo, the updates command outputs lines like ... HsOpenSSL: 0.11.1:x0 (0.11.1:x1) ... How do you update the x-revision? `cblrepo add HsOpenSSL,0.11.1` would reset pkg revision to 1, while I want it bumped. I would just ignore the

Re: [arch-haskell] How to work with x-revision

2015-01-03 Thread Nicola Squartini
#2 is the best way. I can't promise a patch though. On Sun, Jan 4, 2015 at 8:00 AM, Magnus Therning mag...@therning.org wrote: On Sat, Jan 03, 2015 at 06:02:00PM +0900, Nicola Squartini wrote: With the new cblrepo on my haskell-happstack repo, the updates command outputs lines like

Re: [arch-haskell] is there some easy way to ignore all haskell- packages?

2014-09-04 Thread Nicola Squartini
I'm sorry that haskell-lens causes you this update issue, it's from [haskell-happstack] that I maintain. Unfortunately I've been away from my build machine, and I'll be away from another couple of weeks at least. I'll rebuild as soon as I get back. Nicola On Sat, Aug 30, 2014 at 11:06 PM,

Re: [arch-haskell] Issue with i686 packages

2014-07-31 Thread Nicola Squartini
It works now! Thanks Nicola On Thu, Jul 31, 2014 at 6:18 AM, Magnus Therning mag...@therning.org wrote: On Wed, Jul 30, 2014 at 07:13:14PM +0200, Nicola Squartini wrote: I gathered some: haskell-bifunctors=4.1.1.1-13 haskell-conduit=1.1.7-3 haskell-conduit-extra=1.1.3-1

Re: [arch-haskell] Issue with i686 packages

2014-07-30 Thread Nicola Squartini
: Build failed, check /home/nicola/haskell-happstack/i686-chroot/build/build [...] Nicola On Wed, Jul 30, 2014 at 3:56 PM, Magnus Therning mag...@therning.org wrote: On Wed, Jul 30, 2014 at 03:30:55PM +0200, Nicola Squartini wrote: Hi Magnus, I'm trying to build updated packages

Re: [arch-haskell] Bootstrapping a cblrepo.db / custom repository

2014-07-28 Thread Nicola Squartini
You have to add each dependency individually, even though they are all provided by GHC. In your example: $ cblrepo add -g base,4.7.0.1 -g containers,0.5.5.1 -g pretty,1.1.1.1 template-haskell,2.9.0.0 On Mon, Jul 28, 2014 at 6:07 PM, Rudy Matela r...@matela.com.br wrote: Hello All, First of

Re: [arch-haskell] haskell-lens has out of date deps

2014-07-13 Thread Nicola Squartini
I updated [haskell-happstack] just now. Sorry for the delay, but I've been away form my pc for one week. Nicola On Wed, Jul 9, 2014 at 7:36 AM, Magnus Therning mag...@therning.org wrote: On Tue, Jul 08, 2014 at 10:26:45PM -0700, Brayden Banks wrote: Sorry, it's in haskell-happstack. Who

Re: [arch-haskell] New GHC -- any wishes on how it should be built?

2014-07-13 Thread Nicola Squartini
I have some doubts regarding LLVM, since it automatically optimizes the code for the build architecture and chances are that it will not run on older x86_64. I think it's better to wait until llvm-3.5, which should remove the auto optimization. Nicola On Sun, Jul 13, 2014 at 9:32 AM, Magnus

Re: [arch-haskell] help upgrading packages

2014-05-12 Thread Nicola Squartini
http-conduit and its dependencies moved from haskell-happstack to haskell-core and at that time the package release number reset to one. You have to manually uninstall and reinstall those packages. Nicola On Sun, May 11, 2014 at 11:49 PM, Michael Katelman katel...@gmail.comwrote: I was hoping

Re: [arch-haskell] help upgrading packages

2014-05-12 Thread Nicola Squartini
are other Haskell developers here doing currently? kind regards, Dawid Loubser On 12/05/2014 08:49, Nicola Squartini wrote: http-conduit and its dependencies moved from haskell-happstack to haskell-core and at that time the package release number reset to one. You have to manually uninstall

Re: [arch-haskell] haskell-src-exts: Illegal instruction (core dumped)

2014-05-03 Thread Nicola Squartini
On Mon, Apr 28, 2014 at 3:11 PM, Nicola Squartini tens...@gmail.com wrote: I've made a patch for HSE. Can you compile the package with this patch? But don't commit it to your repo yet, just send the binary to me first and I'll see if it solves the issue with the illegal instruction. Thanks

Re: [arch-haskell] haskell-src-exts: Illegal instruction (core dumped)

2014-04-27 Thread Nicola Squartini
to the ghc via -optlc, e.g. -optlc=-mcpu=x86_64. I'm going to look more carefully to see what is the best option to pass. On Sun, Apr 27, 2014 at 10:32 PM, Magnus Therning mag...@therning.orgwrote: On Sun, Apr 27, 2014 at 10:16:30PM +0200, Nicola Squartini wrote: Is it possible that LLVM

Re: [arch-haskell] haskell-src-exts: Illegal instruction (core dumped)

2014-04-26 Thread Nicola Squartini
environment and mine. Very strange! On Sat, Apr 26, 2014 at 9:19 AM, Magnus Therning mag...@therning.orgwrote: On Fri, Apr 25, 2014 at 04:10:37PM +0200, Nicola Squartini wrote: Hi, I already mentioned this problem earlier on this mailing list, but now I have some extra information

[arch-haskell] haskell-src-exts: Illegal instruction (core dumped)

2014-04-25 Thread Nicola Squartini
Hi, I already mentioned this problem earlier on this mailing list, but now I have some extra information. It's the following (on GHCi): Prelude :m Language.Haskell.Exts Prelude Language.Haskell.Exts parseFileContents main = putStrLn \Hello World\ Loading package array-0.5.0.0 ... linking ...

Re: [arch-haskell] ghc 7.8.1 has hit [haskell-core]

2014-04-13 Thread Nicola Squartini
Nicola Squartini wrote: Well, this is really weird! I even unistalled all haskell, cleared the pacman cache and reinstalled ghc and hlint, and still I have that Illegal instruction. So it must be a problem of my system. It may be a long shot, but have you tried dropping the kernel caches

Re: [arch-haskell] Snap web framework - not in ArchHaskell?

2013-10-08 Thread Nicola Squartini
If you don't mind using happstack instead as a web framework, there is my repository [haskell-happstack]. It also contains many packages that are in common with snap and yesod. On Tue, Oct 8, 2013 at 11:54 AM, Dawid Loubser dawid.loub...@ibi.co.zawrote: Hi all, I noticed that neither the

Re: [arch-haskell] New [haskell-happstack] repository

2013-09-04 Thread Nicola Squartini
Done. On Mon, Sep 2, 2013 at 6:35 PM, Ramana Kumar ram...@member.fsf.org wrote: It would be wonderful if you could update the wiki to mention the new repository. https://wiki.archlinux.org/index.php/Haskell_package_guidelines On Fri, Aug 23, 2013 at 5:47 PM, Nicola Squartini tens

Re: [arch-haskell] New [haskell-happstack] repository

2013-08-23 Thread Nicola Squartini
[haskell-happstack] is now on GitHub at https://github.com/tensor5/haskell-happstack. Please report bugs or requests there. Thanks On Sat, Jul 27, 2013 at 6:51 PM, Nicola Squartini tens...@gmail.com wrote: Hi, For those of you interested in Haskell for the web, I created using cblrepo

Re: [arch-haskell] New [haskell-happstack] repository

2013-07-31 Thread Nicola Squartini
, Jul 29, 2013 at 04:43:32PM +0200, Nicola Squartini wrote: Thank you for your advice. It's good that I kept it to a minimum; I was thinking to hand to you also the *-conduit stuff, but I've better maintain it myself. Now the packages you asked for have been added to [haskell-core], let me

Re: [arch-haskell] New [haskell-happstack] repository

2013-07-29 Thread Nicola Squartini
wrote: On Jul 27, 2013 6:51 PM, Nicola Squartini tens...@gmail.com wrote: Hi, For those of you interested in Haskell for the web, I created using cblrepo a new repository containing all the latest happstack, clckwrks and gitit packages. If you want to use it, add this to your

[arch-haskell] New [haskell-happstack] repository

2013-07-27 Thread Nicola Squartini
believe that some of the dependencies now in haskell-happstack should rather go in haskell-core. Here is a minimal list: base16-bytestring haskell-src-meta syb-with-class time-compat Thanks, Nicola Squartini ___ arch-haskell mailing list arch-haskell

Re: How to produce a statically linked binary with GHC?

2008-08-15 Thread Nicola Squartini
It works! This is much easier, thank you Nicola On Thu, Aug 14, 2008 at 11:30 PM, Agent Zhang [EMAIL PROTECTED] wrote: 2008/8/15 Nicola Squartini [EMAIL PROTECTED] So I run that gcc command manually adding -lpthread at the end of it end it works, I get the static binary. Isn't

Re: How to produce a statically linked binary with GHC?

2008-08-14 Thread Nicola Squartini
I did the following in my project and this is what I get: $ runhaskell Setup configure --user --ghc-option=-optl -static $ runhaskell Setup build ... ... /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.1/../../../../lib/librt.a(timer_create.o): In function `timer_create': (.text+0x124): undefined reference