From ccdfa99cc8e3764decc574b470db55a7556de5c2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 Jul 2014 14:12:43 +0200 Subject: [PATCH] haskell-arithmoi: re-generate with cabal2nix --- pkgs/development/libraries/haskell/arithmoi/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/arithmoi/default.nix b/pkgs/development/libraries/haskell/arithmoi/default.nix index eb2eaa56df3..91797435ceb 100644 --- a/pkgs/development/libraries/haskell/arithmoi/default.nix +++ b/pkgs/development/libraries/haskell/arithmoi/default.nix @@ -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";