
18 Sep
2010
18 Sep
'10
3:02 p.m.
On Sat, Sep 18, 2010 at 08:19:33PM +0200, Nils Schweinsberg wrote:
Am 17.09.2010 22:06, schrieb Nils Schweinsberg:
Hackage fails to build this package:
http://hackage.haskell.org/packages/archive/happstack-auth/0.2/logs/failure/...
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.... A new release of Crypto, without those instances, is needed.