mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
idris: re-generate with cabal2nix
This commit is contained in:
parent
39043ce87e
commit
da6b1e6d81
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue