mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-arithmoi: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
6bb301420e
commit
5062c9147e
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user