geniplate bump to template-haskell-2.9

Andreas Abel abela at chalmers.se
Sat May 3 11:30:31 UTC 2014


Dear Carter,

thanks for taking care of this.  I have no desire of becoming
maintainer of geniplate.

The only changes to geniplate required are version bumps.  The new
cabal file has been attached to several of my message, and also in the
one publicly linked (far) below, but voila, here is it again.

It also puts some constraints on mtl to avoid using the broken 2.1.

Cheers,
Andreas

P.S.: Sorry for the slow response, I have been moving and had problems
sending email.

On 01.05.2014 01:15, Carter Schonwald wrote:
> looks like "I will be on block leave from April 18 to May 5." for Lennart
> 
> could you link me to the fixes needed?  I'll ping several other admins
> for their thoughts, and then if its reasonable i'll do the upload
> 
> 
> On Wed, Apr 30, 2014 at 7:11 PM, Carter Schonwald
> <carter.schonwald at gmail.com <mailto:carter.schonwald at gmail.com>> wrote:
> 
>     since i don't recall seeing the original thread on the libraries
>     list (seriously, i never saw it on the libraries list!), and i don't
>     see the email to lennart, i'm CCing lennart  to double check, 
> 
>     @andreas, what fixes are needed to Geniplate, could you provide a
>     link? If they're conservative, I can upload them as a trustee later
>     this evening, and then we can sort out maintainership in the next
>     week (and not have Agda's ghc-7.8 friendly release be blocked).
> 
> 
> 
> 
>     On Wed, Apr 30, 2014 at 5:20 PM, Andreas Abel
>     <andreas.abel at ifi.lmu.de <mailto:andreas.abel at ifi.lmu.de>> wrote:
> 
> Dear hackage admins, [CC: libraries at haskell.org
> <mailto:libraries at haskell.org>]
> 
> Another week has passed without action from either package
> maintainer
> or hackage admins.
> 
> Am I following this protocol correctly?
> 
>   http://www.haskell.org/haskellwiki/Taking_over_a_package
> 
> If I am lacking, let me know where, otherwise please do your part.
> 
> Sincerly,
> Andreas
> 
> On 23.04.2014 18:35, Andreas Abel wrote:
>> Dear Lennart,
> 
>> since we want to release Agda-2.3.4 soon to work with ghc-7.8, we
>> need a version of geniplate that works with new template haskell.
>> All that is required is an update of version bounds in the cabal
>> file (attached).
> 
>> Since you have not responded to our request, I am following
>> procedure
> 
>> http://www.haskell.org/haskellwiki/Taking_over_a_package
> 
>> to be able to upload an updated version of geniplate.
> 
>> Dear Hackage admins,
> 
>> here is proof of my public request for the update of geniplate:
> 
>> http://osdir.com/ml/libraries@haskell.org/2014-04/msg00191.html
> 
>> Please give me rights to upload a new version or do the dependency
>> bumps yourself (new cabal file attached).
> 
>> Cheers, AndreasAbel (hackage account id)
> 
> 
> 
>         _______________________________________________
>         Libraries mailing list
>         Libraries at haskell.org <mailto:Libraries at haskell.org>
>         http://www.haskell.org/mailman/listinfo/libraries
> 
> 
> 

-- 
Andreas Abel  <><      Du bist der geliebte Mensch.

Department of Computer Science and Engineering
Chalmers and Gothenburg University, Sweden

andreas.abel at gu.se
http://www2.tcs.ifi.lmu.de/~abel/

-- 
Andreas Abel  <><      Du bist der geliebte Mensch.

Department of Computer Science and Engineering
Chalmers and Gothenburg University, Sweden

andreas.abel at gu.se
http://www2.tcs.ifi.lmu.de/~abel/
-------------- next part --------------
Name:           geniplate
Cabal-Version:  >= 1.2
Version:        0.6.0.4
License:        BSD3
Author:         Lennart Augustsson
Maintainer:     Lennart Augustsson
Category:       Generics
Synopsis:       Use template Haskell to generate Uniplate-like functions.
Stability:      experimental
Build-type:     Simple
Description:    Use template Haskell to generate Uniplate-like functions.

Extra-source-files:
      examples/Main.hs
      examples/output

Library
  Build-Depends: base >= 4 && < 5.0, 
                 template-haskell < 3.0, 
                 mtl >= 2.1.1 && < 2.2
  Exposed-modules:      Data.Generics.Geniplate


More information about the Libraries mailing list