haskell-arithmoi: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2014-07-14 14:12:43 +02:00
parent a840ff2029
commit ccdfa99cc8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "0.4.1.1";
sha256 = "02wrm24dpcsdsjaic30416axad5s4y822si1am4smb2qvrhps9ix";
buildDepends = [ mtl random ];
configureFlags = "-f-llvm";
jailbreak = true;
meta = {
homepage = "https://bitbucket.org/dafis/arithmoi";