[Haskell-cafe] ANN: happstack-auth-0.2

Ross Paterson ross at soi.city.ac.uk
Sat Sep 18 15:02:49 EDT 2010


On Sat, Sep 18, 2010 at 08:19:33PM +0200, Nils Schweinsberg wrote:
> Am 17.09.2010 22:06, schrieb Nils Schweinsberg:
> >[1] http://hackage.haskell.org/package/happstack-auth
> 
> Hackage fails to build this package:
> 
> http://hackage.haskell.org/packages/archive/happstack-auth/0.2/logs/failure/ghc-6.12
> 
> However, "Crypto == 4.*" should be on hackage:
> 
> http://hackage.haskell.org/package/Crypto-4.2.1
> 
> Is there anything I can do with my package to get this to build?

Unfortunately Crypto-4.2.1 was broken by the latest version of QuickCheck
(2.3), which introduced Arbitrary instances for the Word types:

http://hackage.haskell.org/packages/archive/Crypto/4.2.1/logs/failure/ghc-6.12

A new release of Crypto, without those instances, is needed.


More information about the Haskell-Cafe mailing list