forked from mirrors/nixpkgs
haskell-idris: update to version 0.9.15
This commit is contained in:
parent
f6784b572a
commit
12fd14c453
|
@ -1,27 +1,25 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, annotatedWlPprint, ansiTerminal, ansiWlPprint
|
||||
, base64Bytestring, binary, blazeHtml, blazeMarkup, boehmgc, Cabal
|
||||
, base64Bytestring, binary, blazeHtml, blazeMarkup, boehmgc
|
||||
, cheapskate, deepseq, filepath, fingertree, gmp, happy, haskeline
|
||||
, languageJava, lens, libffi, llvmGeneral, llvmGeneralPure, mtl
|
||||
, network, optparseApplicative, parsers, split, text, time
|
||||
, transformers, trifecta, unorderedContainers, utf8String, vector
|
||||
, vectorBinaryInstances, xml, zlib
|
||||
, lens, libffi, mtl, network, optparseApplicative, parsers, split
|
||||
, text, time, transformers, trifecta, unorderedContainers
|
||||
, utf8String, vector, vectorBinaryInstances, xml, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "idris";
|
||||
version = "0.9.14.3";
|
||||
sha256 = "03zppfqjamy4mdwcfx3x1wzxav67ha1zgnynrxhvdqw3zcsrwnlr";
|
||||
version = "0.9.15";
|
||||
sha256 = "1i7ra9yk5zcdw63fry8r2s61z6cga6arz9mnjc60jgg2ykcxv8md";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
annotatedWlPprint ansiTerminal ansiWlPprint base64Bytestring binary
|
||||
blazeHtml blazeMarkup Cabal cheapskate deepseq filepath fingertree
|
||||
haskeline languageJava lens libffi llvmGeneral llvmGeneralPure mtl
|
||||
network optparseApplicative parsers split text time transformers
|
||||
trifecta unorderedContainers utf8String vector
|
||||
vectorBinaryInstances xml zlib
|
||||
blazeHtml blazeMarkup cheapskate deepseq filepath fingertree
|
||||
haskeline lens libffi mtl network optparseApplicative parsers split
|
||||
text time transformers trifecta unorderedContainers utf8String
|
||||
vector vectorBinaryInstances xml zlib
|
||||
];
|
||||
buildTools = [ happy ];
|
||||
extraLibraries = [ boehmgc gmp ];
|
||||
|
|
|
@ -3085,12 +3085,7 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
arbtt = callPackage ../applications/misc/arbtt {};
|
||||
|
||||
idris_plain = callPackage ../development/compilers/idris {
|
||||
llvmGeneral = self.llvmGeneral_3_3_8_2;
|
||||
llvmGeneralPure = self.llvmGeneralPure_3_3_8_2;
|
||||
languageJava = self.languageJava_0_2_6;
|
||||
optparseApplicative = self.optparseApplicative_0_10_0;
|
||||
};
|
||||
idris_plain = callPackage ../development/compilers/idris {};
|
||||
|
||||
idris = callPackage ../development/compilers/idris/wrapper.nix {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue