From martindemello at gmail.com Mon Sep 1 05:16:38 2014 From: martindemello at gmail.com (Martin DeMello) Date: Sun, 31 Aug 2014 22:16:38 -0700 Subject: [arch-haskell] is there some easy way to ignore all haskell- packages? In-Reply-To: <20140831091859.GA14132@lilyforest> References: <20140830230012.GA3892@fuckup> <20140831091859.GA14132@lilyforest> Message-ID: perfect, thanks. i should've checked the wiki, which does mention glob patterns, even though the --help doesn't. martin On Sun, Aug 31, 2014 at 2:18 AM, lilydjwg wrote: > On Sun, Aug 31, 2014 at 01:00:21AM +0200, Dominik Peteler wrote: > > Hello Martin, > > > > this is indeed an annoying behaviour of pacman. > > I use the following trick: > > > > pacman -Syu --ignore $(pacman -Qqu | grep "haskell-" | tr '\n' ',') > > > > There are probably other solutions with sed, awk, ... > > You can just use this (note the quote): > > pacman -Syu --ignore 'haskell-*' > > -- > Best regards, > lilydjwg > _______________________________________________ > arch-haskell mailing list > arch-haskell at haskell.org > http://www.haskell.org/mailman/listinfo/arch-haskell > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tensor5 at gmail.com Thu Sep 4 16:43:03 2014 From: tensor5 at gmail.com (Nicola Squartini) Date: Thu, 4 Sep 2014 18:43:03 +0200 Subject: [arch-haskell] is there some easy way to ignore all haskell- packages? In-Reply-To: References: Message-ID: 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, Martin DeMello wrote: > I regularly get into version pinning conflicts with my haskell- packages. > The current one has been going on for some days now: > > $ sudo pacman -Syu > :: Synchronizing package databases... > core is up to date > haskell-core is up to date > haskell-happstack is up to date > infinality-bundle is up to date > infinality-bundle-fonts is up to date > extra is up to date > community is up to date > :: Starting full system upgrade... > resolving dependencies... > looking for inter-conflicts... > error: failed to prepare transaction (could not satisfy dependencies) > :: haskell-lens: requires haskell-aeson=0.7.0.6-9 > :: haskell-lens: requires haskell-attoparsec=0.11.3.4-5 > :: haskell-lens: requires haskell-bifunctors=4.1.1.1-14 > :: haskell-lens: requires haskell-comonad=4.2.2-1 > :: haskell-lens: requires haskell-contravariant=1.1-1 > :: haskell-lens: requires haskell-free=4.9-7 > :: haskell-lens: requires haskell-profunctors=4.2.0.1-1 > :: haskell-lens: requires haskell-scientific=0.3.2.2-1 > :: haskell-lens: requires haskell-semigroupoids=4.2-1 > > I don't so much mind that this is happening, as that it blocks my entire > rest-of-system upgrade. Is there any easy way to recursively ignore > everything that is unsatisfiable? > > martin > > _______________________________________________ > arch-haskell mailing list > arch-haskell at haskell.org > http://www.haskell.org/mailman/listinfo/arch-haskell > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From schivmeister at gmail.com Sat Sep 6 07:43:06 2014 From: schivmeister at gmail.com (Ray Rashif) Date: Sat, 6 Sep 2014 13:43:06 +0600 Subject: [arch-haskell] Pandoc fails creating document with citation styles Message-ID: Hi guys I must admit that Haskell is unfamiliar territory and requires far more time to debug -- time that I do not have. For this reason I must seek your help in troubleshooting an issue with pandoc, citations and citation styles. A while ago when the Haskell stuff were all in the official repos I successfully used pandoc with citations (--biblio) and *.csl style files (--csl $file). [1] Now that I have moved over to using the arch-haskell repos (after a hiatus from markdown), I see that this no longer works: ~$ pandoc test.md -o test.pdf --biblio test.bib --csl apa.csl pandoc-citeproc: error while parsing the XML string pandoc: Error running filter pandoc-citeproc In fact, none of the example styles included inside haskell-pandoc-citeproc works and they output the same error. You may get the test files from [1] and one or more csl files to test from /usr/share/i386-linux-ghc-7.8.3/pandoc-citeproc-0.5/tests/. I also reported this upstream [2] and it looks like the problem is downstream -- either my system, the dependency chain, or a packaging error somewhere. I would appreciate it if someone else could first reproduce the error, and then we can try to fix it. Thanks! Regards [1] https://bugs.archlinux.org/task/35657 [2] https://groups.google.com/forum/#!msg/pandoc-discuss/76DoTPISouA/6uAyjvTz820J -- GPG/PGP ID: C0711BF1 From magnus at therning.org Sat Sep 6 11:58:55 2014 From: magnus at therning.org (Magnus Therning) Date: Sat, 6 Sep 2014 13:58:55 +0200 Subject: [arch-haskell] Pandoc fails creating document with citation styles In-Reply-To: References: Message-ID: <20140906115855.GA934@tatooine.smk.net> On Sat, Sep 06, 2014 at 01:43:06PM +0600, Ray Rashif wrote: > Hi guys > > I must admit that Haskell is unfamiliar territory and requires far > more time to debug -- time that I do not have. For this reason I > must seek your help in troubleshooting an issue with pandoc, > citations and citation styles. > > A while ago when the Haskell stuff were all in the official repos I > successfully used pandoc with citations (--biblio) and *.csl style > files (--csl $file). [1] Now that I have moved over to using the > arch-haskell repos (after a hiatus from markdown), I see that this > no longer works: > > ~$ pandoc test.md -o test.pdf --biblio test.bib --csl apa.csl > pandoc-citeproc: error while parsing the XML string pandoc: Error > running filter pandoc-citeproc > > In fact, none of the example styles included inside > haskell-pandoc-citeproc works and they output the same error. You > may get the test files from [1] and one or more csl files to test > from /usr/share/i386-linux-ghc-7.8.3/pandoc-citeproc-0.5/tests/. > > I also reported this upstream [2] and it looks like the problem is > downstream -- either my system, the dependency chain, or a packaging > error somewhere. I would appreciate it if someone else could first > reproduce the error, and then we can try to fix it. Thanks! I ran into this a week or two ago but haven't had time to look into it. I used a manually modified citation style that I got from one of those main citation style sites. What I did notice is that using the default style (i.e. not specifying any CSL at all) works. I'm not sure, but I suspect that piecemeal turning the default CSL into one that is accepted might reveal what causes the issue. Then it's easier to assign blame, pandoc-citeproc, pandoc, XML parser lib, etc... /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus at therning.org jabber: magnus at therning.org twitter: magthe http://therning.org/magnus As long as there are ill-defined goals, bizarre bugs, and unrealistic schedules, there will be Real Programmers willing to jump in and Solve The Problem, saving the documentation for later. Long live Fortran! -- Ed Post -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 181 bytes Desc: not available URL: From schivmeister at gmail.com Mon Sep 8 17:25:44 2014 From: schivmeister at gmail.com (Ray Rashif) Date: Mon, 8 Sep 2014 23:25:44 +0600 Subject: [arch-haskell] Pandoc fails creating document with citation styles In-Reply-To: <20140906115855.GA934@tatooine.smk.net> References: <20140906115855.GA934@tatooine.smk.net> Message-ID: On 6 September 2014 17:58, Magnus Therning wrote: > I ran into this a week or two ago but haven't had time to look into > it. I used a manually modified citation style that I got from one of > those main citation style sites. What I did notice is that using the > default style (i.e. not specifying any CSL at all) works. I'm not > sure, but I suspect that piecemeal turning the default CSL into one > that is accepted might reveal what causes the issue. Then it's easier > to assign blame, pandoc-citeproc, pandoc, XML parser lib, etc... Yes, I mentioned that in my post to the pandoc group: "f I don't supply a style, pandoc runs successfully and produces the document with the bibliography and the default style." And guess what, it occurred to me to replace the default style with one of the other styles, and this just worked! I have no idea how as I needed to do actual work instead of troubleshoot and I badly needed APA even though I dislike it. -- GPG/PGP ID: C0711BF1 From magnus at therning.org Wed Sep 10 07:13:35 2014 From: magnus at therning.org (Magnus Therning) Date: Wed, 10 Sep 2014 09:13:35 +0200 Subject: [arch-haskell] Pandoc fails creating document with citation styles In-Reply-To: References: <20140906115855.GA934@tatooine.smk.net> Message-ID: <20140910071335.GA2942@mtcomp.evidente.local> On Mon, Sep 08, 2014 at 11:25:44PM +0600, Ray Rashif wrote: > On 6 September 2014 17:58, Magnus Therning wrote: > > I ran into this a week or two ago but haven't had time to look into > > it. I used a manually modified citation style that I got from one of > > those main citation style sites. What I did notice is that using the > > default style (i.e. not specifying any CSL at all) works. I'm not > > sure, but I suspect that piecemeal turning the default CSL into one > > that is accepted might reveal what causes the issue. Then it's easier > > to assign blame, pandoc-citeproc, pandoc, XML parser lib, etc... > > Yes, I mentioned that in my post to the pandoc group: > > "f I don't supply a style, pandoc runs successfully and produces the > document with the bibliography and the default style." > > And guess what, it occurred to me to replace the default style with > one of the other styles, and this just worked! I have no idea how as > I needed to do actual work instead of troubleshoot and I badly > needed APA even though I dislike it. I can report that I've verified this rather strange behaviour (most likely it's an example of a particularly bad error message). I raised a bug too: https://github.com/jgm/pandoc-citeproc/issues/81 /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus at therning.org jabber: magnus at therning.org twitter: magthe http://therning.org/magnus Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves. -- Alan Kay -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 181 bytes Desc: not available URL: From magnus at therning.org Thu Sep 11 20:58:00 2014 From: magnus at therning.org (Magnus Therning) Date: Thu, 11 Sep 2014 22:58:00 +0200 Subject: [arch-haskell] Pandoc fails creating document with citation styles In-Reply-To: <20140910071335.GA2942@mtcomp.evidente.local> References: <20140906115855.GA934@tatooine.smk.net> <20140910071335.GA2942@mtcomp.evidente.local> Message-ID: <20140911205800.GA23095@tatooine.lan> On Wed, Sep 10, 2014 at 09:13:35AM +0200, Magnus Therning wrote: > On Mon, Sep 08, 2014 at 11:25:44PM +0600, Ray Rashif wrote: > > On 6 September 2014 17:58, Magnus Therning wrote: > > > I ran into this a week or two ago but haven't had time to look into > > > it. I used a manually modified citation style that I got from one of > > > those main citation style sites. What I did notice is that using the > > > default style (i.e. not specifying any CSL at all) works. I'm not > > > sure, but I suspect that piecemeal turning the default CSL into one > > > that is accepted might reveal what causes the issue. Then it's easier > > > to assign blame, pandoc-citeproc, pandoc, XML parser lib, etc... > > > > Yes, I mentioned that in my post to the pandoc group: > > > > "f I don't supply a style, pandoc runs successfully and produces the > > document with the bibliography and the default style." > > > > And guess what, it occurred to me to replace the default style with > > one of the other styles, and this just worked! I have no idea how as > > I needed to do actual work instead of troubleshoot and I badly > > needed APA even though I dislike it. > > I can report that I've verified this rather strange behaviour (most > likely it's an example of a particularly bad error message). I > raised a bug too: https://github.com/jgm/pandoc-citeproc/issues/81 It turns out the non-hexpat XML loading/parsing is broken in pandoc-citeproc. I'm in the process of adding hexpat to the repo and re-building pandoc-citeproc. An updated version should hit the repo within the hour. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus at therning.org jabber: magnus at therning.org twitter: magthe http://therning.org/magnus Perl is another example of filling a tiny, short-term need, and then being a real problem in the longer term. -- Alan Kay -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 181 bytes Desc: not available URL: From magnus at therning.org Wed Sep 17 21:06:33 2014 From: magnus at therning.org (Magnus Therning) Date: Wed, 17 Sep 2014 23:06:33 +0200 Subject: [arch-haskell] Thoughts on using docker to build? Message-ID: <20140917210633.GA14262@tatooine.lan> I've lately been considering moving away from using `makechrootpkg` when building packages for ArchHaskell. I've been playing with docker, and the last few updates have been built using a few helper scripts I've put together. Does anyone on the list have any thoughts on docker? Would you consider it suitable and a good replacement for the chroots that have been used in the past? /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus at therning.org jabber: magnus at therning.org twitter: magthe http://therning.org/magnus The results point out the fragility of programmer expertise: advanced programmers have strong expectations about what programs should look like, and when those expectations are violated--in seemingly innocuous ways--their performance drops drastically. -- Elliot Soloway and Kate Ehrlich -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 181 bytes Desc: not available URL: From np at nicolaspouillard.fr Thu Sep 18 13:34:49 2014 From: np at nicolaspouillard.fr (Nicolas Pouillard) Date: Thu, 18 Sep 2014 15:34:49 +0200 Subject: [arch-haskell] Thoughts on using docker to build? In-Reply-To: <20140917210633.GA14262@tatooine.lan> References: <20140917210633.GA14262@tatooine.lan> Message-ID: <541ADF79.3040104@nicolaspouillard.fr> On 09/17/2014 11:06 PM, Magnus Therning wrote: > I've lately been considering moving away from using `makechrootpkg` > when building packages for ArchHaskell. I've been playing with > docker, and the last few updates have been built using a few helper > scripts I've put together. > > Does anyone on the list have any thoughts on docker? Would you > consider it suitable and a good replacement for the chroots that have > been used in the past? > I think it is a really good idea. I used it quite a bit already as well. At some point I built stackage inside such a container. -- Best regards, -- NP From skottish97215 at gmail.com Fri Sep 26 02:54:52 2014 From: skottish97215 at gmail.com (Skottish) Date: Thu, 25 Sep 2014 19:54:52 -0700 Subject: [arch-haskell] Thanks and some package requests Message-ID: <20140926025452.GA21158@iasE.lan> First off, thank you very much Magnus for maintaining this repo; It's a great help. As well, thank you to everyone that has contributed to it. I have a few package requests that are confirmed working with the repo: html-conduit which depends on tagstream-conduit text-format which depends on double-conversion regex-tdfa-text which will be useful until regex-tdfa supports Data.Text{,.Lazy} I'm not sure who's in charge of the arch-haskell mailing list page, but everything defaults to http when https is available. It may be helpful to switch that over. Thanks From magnus at therning.org Mon Sep 29 07:06:38 2014 From: magnus at therning.org (Magnus Therning) Date: Mon, 29 Sep 2014 09:06:38 +0200 Subject: [arch-haskell] Thanks and some package requests In-Reply-To: <20140926025452.GA21158@iasE.lan> References: <20140926025452.GA21158@iasE.lan> Message-ID: <20140929070638.GB6979@mtcomp.evidente.local> On Thu, Sep 25, 2014 at 07:54:52PM -0700, Skottish wrote: > First off, thank you very much Magnus for maintaining this repo; It's a > great help. As well, thank you to everyone that has contributed to it. > > I have a few package requests that are confirmed working with the repo: > > html-conduit which depends on tagstream-conduit > text-format which depends on double-conversion > regex-tdfa-text which will be useful until regex-tdfa supports > Data.Text{,.Lazy} Would you raise tickets on github instead, it's easier for me to keep track of them there? https://github.com/archhaskell/habs/issues > I'm not sure who's in charge of the arch-haskell mailing list page, > but everything defaults to http when https is available. It may be > helpful to switch that over. I'm not entirely sure myself :) I'll take a look at it though. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus at therning.org jabber: magnus at therning.org twitter: magthe http://therning.org/magnus I invented the term Object-Oriented, and I can tell you I did not have C++ in mind. -- Alan Kay -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 181 bytes Desc: not available URL: From skottish97215 at gmail.com Mon Sep 29 13:11:31 2014 From: skottish97215 at gmail.com (Skottish) Date: Mon, 29 Sep 2014 06:11:31 -0700 Subject: [arch-haskell] Thanks and some package requests In-Reply-To: <20140929070638.GB6979@mtcomp.evidente.local> References: <20140926025452.GA21158@iasE.lan> <20140929070638.GB6979@mtcomp.evidente.local> Message-ID: <20140929131131.GA3535@iasE.lan> On Mon, Sep 29, 2014 at 09:06:38AM +0200, Magnus Therning wrote: >On Thu, Sep 25, 2014 at 07:54:52PM -0700, Skottish wrote: >> First off, thank you very much Magnus for maintaining this repo; It's a >> great help. As well, thank you to everyone that has contributed to it. >> >> I have a few package requests that are confirmed working with the repo: >> >> html-conduit which depends on tagstream-conduit >> text-format which depends on double-conversion >> regex-tdfa-text which will be useful until regex-tdfa supports >> Data.Text{,.Lazy} > >Would you raise tickets on github instead, it's easier for me to keep >track of them there? > >https://github.com/archhaskell/habs/issues > Done. Take care, skottish