Re: pandoc 2.0.X ?

2018-01-08 Thread Jonas Smedegaard
Hi Philipp,

Quoting Philipp Huebner (2018-01-08 09:46:44)
> a quick question for the uploaders of pandoc:
> do you have any plans regarding the packaging of pandoc 2.0.X ?

Excellent question.

For starters, we will need updates for the following Haskell libraries:

  * texmath >= 0.10 && < 0.11
  * pandoc-types >= 1.17.3 && < 1.18
  * skylighting >= 0.5.1 && < 0.6
  * hslua >= 0.9.5 && < 0.10

...and these Haskell libraries now missing needs to be packaged:

  * hslua-module-text >= 0.1.2 && < 0.2
  * cmark-gfm >= 0.1.1 && < 0.2

I would appreciate if someone other than me in the team could package 
those.  Or tell me if problematic, then I can investiate if restrictions 
in Pandoc can be relaxed via patches.


When above is done, I intend to package Pandoc 2.x targeted 
experimental, and file bugreports against reverse dependencies to have 
them tested for regressions.

then we can consider if possible to simply have the pandoc package 
upgraded to 2.x or we need to introduce a new pandoc2 package (if that 
is possible at all - I suspect the dependencies e.g. on pandoc-types may 
diverge too much).


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#884586: pandoc: Please support pandoc-sidenote

2017-12-17 Thread Jonas Smedegaard
Quoting Philipp Marek (2017-12-17 10:40:51)
> I believe that having pandoc-sidenode (as well as the whole tufte-css 
> stuff ;) available would be a very welcome extension to the current 
> pandoc ecosystem.
> 
> Perhaps there is some way to integrate 
> https://github.com/jez/pandoc-sidenote to the current packages?

Thanks for bringing the attention to this extension! Looks interesting 
indeed.

I will quite likely try package this, if noone else beats me to it.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#879922: pandoc: B-D: libghc-syb-dev (< 0.7) but 0.7-1 is to be installed

2017-10-27 Thread Jonas Smedegaard
Quoting Andreas Beckmann (2017-10-27 16:03:09)
> On 10/27/2017 03:03 PM, Jonas Smedegaard wrote:
>> Quoting Andreas Beckmann (2017-10-27 11:23:12)
>>> pandoc cannot be built in sid any more since libghc-syb-dev was 
>>> updated.
>>
>> No longer the case with new release of Pandoc.
>>
>> Not really caused by pandoc, however, so closing without setting a 
>> version.
>
> There was a packaging change in pandoc relaxing the dependency: 
> d74578a05

Ah, indeed. Thanks!

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#870248: pandoc: Collision for lang-Variable when using specific language for pandoc-citeproc and Babel (Latex)

2017-08-01 Thread Jonas Smedegaard
Hi Claus-Michael,

Quoting c...@dock.in-berlin.de (2017-07-31 05:26:54)
> it seems that both Babel and pandoc-citeproc use `lang` as a variable 
> to set the language, but they don't use the same language codes, e.g. 
> for german: ngerman (Babel) and de-DE (pandoc-citeproc), so when using 
> Babel and pandoc-citeproc, setting another language throws an error 
> either from Babel or from pandoc-citeproc. This issue has been 
> reportedly solved in the most recent versions of pandoc -- see 
> https://github.com/jgm/pandoc-citeproc/issues/297 )

Thanks for reporting!

Unfortunately we cannot release newest pandoc until skylighting is 
releasable on all architectures. That issue is sort-of tracked at 
https://bugs.debian.org/869356

I looked at the code changes, but they are too complex for me to 
backport, so this cannot be addressed properly until skylighting is 
working.


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#869356: ghc: Eats gigabytes of memory when compiling haskell-skylighting

2017-07-31 Thread Jonas Smedegaard
Quoting Samuel Thibault (2017-07-22 11:45:22)
> As https://buildd.debian.org/status/package.php?p=haskell-skylighting 
> shows, haskell-skylighting fails to build on a lot of architectures, 
> from getting out of memory. I have indeed observed the RSS to be going 
> very high during the build, more than a Gigabyte...

The version of skylighting in unstable is 0.1.1.5.

https://github.com/jgm/skylighting/blob/master/changelog.md has this in 
its section for release 0.2:

> Skylighting.Syntax.*: use string representation of the Syntax, which 
> is then 'read', rather than including the code for the data structure 
> directly (#7). This indirect method produces faster compile times and 
> avoids massive memory usage by ghc (especially in profiling builds). 
> For background see 
> http://stackoverflow.com/questions/16348340/compiling-very-large-constants-with-ghc

Skylighting is now at version 0.3.3.1.

Can we please have a newer release of Skylighting in Debian?

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#867664: pandoc: Include doctype header in generated docbook output?

2017-07-09 Thread Jonas Smedegaard
Quoting Petter Reinholdtsen (2017-07-08 12:31:26)
> 
> Package: pandoc
> Version: 1.12.4.2~dfsg-1
> 
> The DocBook output generated by pandoc is missing the XML header
> documenting the format.  Is there a reason for this?
> 
> Instead of getting this result,
> 
> % printf "header\n===\n\nbody\n"|pandoc -o - -t docbook -
> 
>   header
>   
> body
>   
> 
> %
> 
> I suggest to return something like this:
> 
> % printf "header\n===\n\nbody\n"|pandoc -o - -t docbook -
> 
>"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd;>
> 
>   header
>   
> body
>   
> 
> %
> 
> This allow XML validators to check the content.

It seems Pandoc supports this already.

Perhaps you need to pass this option: --standalone

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#845123: please upload pandoc 1.18 to debian unstable and testing at the earliest , before debian stretch is frozen.

2016-11-20 Thread Jonas Smedegaard
Hi Zax,

Quoting Zaxebo Yaxebo (2016-11-20 16:07:21)
> pandoc 1.18 has been released on 27 Oct 2016 with very useful 
> improvements. Reference http://pandoc.org/releases.html
> 
> debian contains the pandoc version 1.17.2 (reference 
> https://packages.debian.org/unstable/pandoc ), which was released on 
> 17 July 2016
> 
>   Now, as per https://wiki.debian.org/DebianStretch , the next debian
> stable (debian stretch final) will have following schedule
>-  2016-11-05: Transition freeze (general freeze of transitions)
>- 2017-01-05: "Soft" freeze (no new packages, no re-entry, normal
> migrations)
> 
> 
> ==>> My Request: Hence, I humbly request you to kindly urgently upload 
> the version 1.18 of pandoc at the earliest to "Debian unstable and 
> testing", so that it can be included for Debian stretch stable. So 
> that those of us, who will stay in debian stable, will get atleast 
> version 1.18 till next few years, and not the older version.

Thanks for reporting as a bugreport.

As I also mentioned in our previous brief email exchange, these 
underlying changes are needed before Pandoc can be upgraded:

  * haskell-pandoc-types updated to 1.17
  * haskell-doctemplates packaged.

None of us in the Haskell team has packaged above for experimental yet.

Therefore - even assuming the release team would grant an exception for 
the library freeze (e.g. by the argument that Haskell is compiled mostly 
in lockstep and is largely an ecosystem of its own), I fear that it is 
too late now to get the whole stack ready for the soft freeze.

But if someone is willing to try, then please do ping me (through this 
bugreport) when above build-dependencies are available to build against 
- or alternatively help provide patches to work with the packages 
currently in unstable.


> i had informed earlier this on email to 
> pkg-haskell-maintainers@lists.alioth.debian.org, and as sean whitton 
> had said that , "if this does not happen within one month , then check 
> back."
>
> Hence, i am humbly just formally raising it as 'bug report' with 
> severity 'wishlist' almost after a month, 'as per suggestion of Jonas 
> Smedegaard' too to better track this.

For the record: You need not hesitate to file bugreports - they are 
useful as soon as possible.  Bugreports are easy to close if wrong, so 
no need for you to be super confident on the issue you are reporting.

Kind regards, and thanks again for reporting this issue,


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#842438: snap-templates: should recommend or suggest libghc-snap-dev

2016-10-29 Thread Jonas Smedegaard
Package: snap-templates
Severity: normal

libghc-snap-dev is usable without snap-templates, but not the other way
around: Please have smap-templates recommend or at least suggest
libghc-snap-dev.

 - Jonas

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#842437: snap-templates: long description instructs how to bypass Debian

2016-10-29 Thread Jonas Smedegaard
Package: snap-templates
Version: 1.0.0.0-2
Severity: normal

Long description describes how to do "cabal install" which effectively
bypasses the Debian FPKG packaging system.

Please rephrase to say "apt install snap-templates" instead.


 - Jonas

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#839390: carettah: depends on fonts-noto-cjk

2016-10-01 Thread Jonas Smedegaard
Package: carettah
Version: 0.4.2-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

carettah depends on fonts-noto-cjk.  That is a very big font, and an odd
one targeted mainly eastern asian needs.

If carettah is a tool specifically for use with east asian scripts, then
please mention that in long description of the package.

If instead - as I suspect - the tool works perfectly fine with Latin1
and other scripts, and is not hardcoded to render its output using that
particular font, then please relax to only suggest fonts-noto-cjk.

 - Jonas

- -- System Information:
Debian Release: stretch/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJX76GfAAoJECx8MUbBoAEhiCAQAKE67Rsqzu5lDfqxq5xUlPbk
jwPOkwtXoBPicnWXDsgOpdFn1LFkKPdjr8ApxsL7arOlFy1CYuIVZeYy0bajwrG6
JMYClxJ3yVCEmCBDohW4fG7SPaXiA5pax+fLRG221uQ+ge8wp7AygB/EjK5Y9MGV
heReGOm+ljX9uaC/v4olHQWJkCWGrPY8Ic3/wezy4vcLoTw67ZHdLOhdTRgjq0Ul
sYq1oBQI2QMb8xF7mBMUQll2xrZMtHWQ7WAQBI211vgFbxpqFrlWDopLvqX10y82
OeRdwKKdMVw5FE/MV5Wer75JVU7jtRlAtwuUl4jetYNqe9bGIgS8Mnycs0uAtFKh
Y49cWbexPVx7r+QSpSuWsl0kdFmvpsD+r9z+QQc17pMhoRzepnp0pCRO6pFROUAU
S8N0Clv/JuCNUh8v37rN6NaVTfPNozW8ssEU57sU760G5Gzhe1ukHdjV8gG7vdz8
d3A3LaESCHF2vHFhNFuz4YD4l2M6Rg2Xrw5BMyoNjyC4A/pKKr2nHWO3VF9C3b+/
Z4U0SJU2FeLqrvDevC5Sbb6PWP1jns43DH1JBOBi3m4DqRRcKIUJTVo46XF9HNBU
0WXZ0xq3RannOFg6qLeOTaoavbSEYlSJL/ycdesS7E6QA29pwKfhLcILJmn1Mik9
NwacGS8Phuhym0M5fmTy
=YBrJ
-END PGP SIGNATURE-

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#833587: xmonad-contrib: XMonad.Hooks.ManageDocks buggy in release 0.12

2016-08-06 Thread Jonas Smedegaard
Source: xmonad-contrib
Version: 0.12-1
Severity: important

According to
https://wiki.haskell.org/Xmonad/Notable_changes_since_0.11#.2AURGENT.2A_Bug_in_0.12_ManageDocks
there is a bug in release 0.12 needing cherry-picking from git.

 - Jonas

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#815058: libghc-texmath-dev: depends on missing libghc-pandoc-types-dev-1.12.4.7-bd283

2016-02-18 Thread Jonas Smedegaard
Quoting Joachim Breitner (2016-02-18 18:10:29)
> Am Donnerstag, den 18.02.2016, 11:23 +0100 schrieb Jonas Smedegaard:
>> As subject says, libghc-texmath-dev depends on
>> libghc-pandoc-types-dev-1.12.4.7-bd283 which is unavailable in sid.
>> 
> thanks for the heads-up, binNMU filed.

Excellent! :-)

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#815058: libghc-texmath-dev: depends on missing libghc-pandoc-types-dev-1.12.4.7-bd283

2016-02-18 Thread Jonas Smedegaard
Package: libghc-texmath-dev
Version: 0.8.4.1-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As subject says, libghc-texmath-dev depends on
libghc-pandoc-types-dev-1.12.4.7-bd283 which is unavailable in sid.

 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWxZuLAAoJECx8MUbBoAEhgKgP/iNeV7JvTdaAd7+OThWwGPwL
Hhh14uozyEtvVV3no6g2ZUSuEvOo+/IDDSyB9gM1pQip18UCpVc3GK89cqSBXwji
LCYFRUdIsiSm253HnHX6sjJ4lqKwM2U+yMmiSlGbXtus0XIwbKu61kMTVCGRbufM
KsEz9iKBjCjyzFlLaOLD8m46jABVL9vsYd824FXe0ZJfrInKRZCcg9pijzHpdZL1
3iq5cTsADQZbqpkNsgzYLL3rwJz1WpJRwbip/H83V4vfPbyE1+i1KrQGQBpbPT3q
fxgl83BJgfw8IqL0HuqkL/YZpbIU/A7KZbwrizDyagoT4evhBEylle1LVfU6IeNa
UeSqYr3sjPhLzVkX+clp2Fs+AGtaFU/RqPwGEZjZJV8uPLYbmHts1kJHOHN0T358
FXnHVDqxJ1PfaSdjFIkC8llW57KU8IuislMKKznD5QADsLDvHspRJo7+6b/offm7
T6MRqzFKX9+6UOyBdzFJpU3WT/VPBp9qzKvbsrD/3WPPK2A4gVEEI4K/YWmTNKFj
l2lkDlWaASjdEmDTN5vsVOasyQa1zGM88C9tBNKNnMXrcW8bZwmTpfiMtvenlQZx
3BQfh8ZInK8OISMOcq6JG2pLAus9t24uWcDYm3JBPIfwN8uz0F6kiGxyymWVdZXr
vJllZPERnVDucQIlULS5
=Wag/
-END PGP SIGNATURE-

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#814932: Manpage went missing

2016-02-17 Thread Jonas Smedegaard
forcemerge 797469 814932 
thanks

Quoting Guido Günther (2016-02-16 19:13:38)
> pandoc in Jessie used to have a very detailed manpage pandoc(1). It 
> doesn't exist in recent packages. Can we get it back?

Thanks.  This issue was already reported some time ago.  Yes, I am 
working on it.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#809032: libghc-nats-doc: Cannot install - depends on missing haddock-interface-25

2015-12-26 Thread Jonas Smedegaard
Quoting Joachim Breitner (2015-12-27 01:00:56)
> Am Samstag, den 26.12.2015, 17:50 +0530 schrieb Jonas Smedegaard:
>> As subject says, libghc-nats-doc depends on missing haddock- 
>> interface-25 which renders the package uninstallable.
>
> nats ist scheduled for removal, as it would be an empty package with 
> GHC-7.10 anyways. Please patch out any mention of nats from .cabal 
> when doing the packging.

Ok.  Done already - will remove the notes about that being a temporary 
workaround.

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#809032: libghc-nats-doc: Cannot install - depends on missing haddock-interface-25

2015-12-26 Thread Jonas Smedegaard
Quoting Jonas Smedegaard (2015-12-27 01:35:57)
> Quoting Joachim Breitner (2015-12-27 01:00:56)
> > Am Samstag, den 26.12.2015, 17:50 +0530 schrieb Jonas Smedegaard:
> >> As subject says, libghc-nats-doc depends on missing haddock- 
> >> interface-25 which renders the package uninstallable.
> >
> > nats ist scheduled for removal, as it would be an empty package with 
> > GHC-7.10 anyways. Please patch out any mention of nats from .cabal 
> > when doing the packging.
> 
> Ok.  Done already - will remove the notes about that being a temporary 
> workaround.

Done already for haskell-swish where I discovered this issue, I mean.  
Didn't mean to say that I'd already done it at "any mention of nats" :-)

 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#809032: libghc-nats-doc: Cannot install - depends on missing haddock-interface-25

2015-12-26 Thread Jonas Smedegaard
Package: libghc-nats-doc
Version: 1-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As subject says, libghc-nats-doc depends on missing haddock-interface-25
which renders the package uninstallable.

 - Jonas

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWfoX1AAoJECx8MUbBoAEh2a8P/1DX1MCo9gWnFXV6ttlqD7uE
0SvsTxFjLjHmm3WagmyGx/N2+X6iEP1nvH7TMeCPPuAOo+faddbO3x9E0wl6XMgN
+ZsilLTvwP+WVuhjKJnWX6nn2IW3lLpRo5KQeXmov+07bWvFjwMoJHNWI96AOzst
8Aa4oXdkiuBf4tNGDHYtHZCR5O+awsLrYzX5g+L3kzt5j3LqK+L+f0fneQMkD3jU
b4k96Y0/ABh4/IPyUP9FgawVMd9C4MzaxHWRTf2XkHtM4mJcmkqux/CBace4AXLx
NB+RiTcNQRZ3n7WyDCCJKIQv5jhxXRSPKaBdDSbMq00TlzvZ1JmMcQy8z3wGEMnW
uGhvFyRIKwONd7gihgA5TxQzt0/eKRgv4GjFjagq+BPljy+8V1i3XGO0VuaFsEdf
jHx3deA6PIGc/UuIaS+vJ0VV2MIuVXwmhh7ZVWKtIWi2ZXoP+dvdIImNwjaofgrL
FKPZNAyRWAS4787+R5WwrbU+7ru0rMBXWY6TlMN0wENna4yEEpA1mb5IvLkr3bLy
tdVJaV8b50Fb6pS1TAiwr15WgAkePMiiEfXpaNYyr5kNVvbFnlnVSP8tw8/qUGM9
h1jvBXOggJ4ip9dS49jjTFa1szeoa7zmBJbTu2lhmqYzv51H81QLHwmAcAS/7s/N
aTSCGPLORfmMKa8HybI1
=qEvc
-END PGP SIGNATURE-

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers