haskell-arithmoi: jailbreak to fix build with transformers 0.4.x

This commit is contained in:
Peter Simons 2014-06-05 12:12:39 +02:00
parent 6bb301420e
commit 5062c9147e

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.4.1.0";
sha256 = "1xmwxmvl9l1fa2sgr4ff7al8b5d5136h4fq9r05abj3nfnx1a0iq";
buildDepends = [ mtl random ];
jailbreak = true;
meta = {
homepage = "https://bitbucket.org/dafis/arithmoi";
description = "Efficient basic number-theoretic functions. Primes, powers, integer logarithms.";