idris: re-generate with cabal2nix

This commit is contained in:
Peter Simons 2013-09-11 20:01:57 +02:00
parent 39043ce87e
commit da6b1e6d81

View file

@ -1,6 +1,6 @@
{ cabal, binary, Cabal, filepath, gmp, happy, haskeline { cabal, binary, boehmgc, Cabal, filepath, gmp, happy, haskeline
, languageJava, libffi, llvmGeneral, mtl, parsec, split, text , languageJava, libffi, llvmGeneral, mtl, parsec, split, text
, transformers, vector, vectorBinaryInstances, boehmgc , transformers, vector, vectorBinaryInstances
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
@ -14,7 +14,7 @@ cabal.mkDerivation (self: {
parsec split text transformers vector vectorBinaryInstances parsec split text transformers vector vectorBinaryInstances
]; ];
buildTools = [ happy ]; buildTools = [ happy ];
extraLibraries = [ gmp boehmgc ]; extraLibraries = [ boehmgc gmp ];
meta = { meta = {
homepage = "http://www.idris-lang.org/"; homepage = "http://www.idris-lang.org/";
description = "Functional Programming Language with Dependent Types"; description = "Functional Programming Language with Dependent Types";