haskell-djinn: corrections for darwin

This commit is contained in:
John Wiegley 2014-07-16 01:27:39 -05:00
parent d24df6e334
commit 57e3fc341f

View file

@ -9,6 +9,9 @@ cabal.mkDerivation (self: {
isLibrary = false;
isExecutable = true;
buildDepends = [ haskeline mtl ];
preConfigure = self.stdenv.lib.optionalString self.stdenv.isDarwin ''
sed -i 's/-Wall -optl-Wl/-Wall/' djinn.cabal
'';
meta = {
homepage = "http://www.augustsson.net/Darcs/Djinn/";
description = "Generate Haskell code from a type";