haskell-idris: updated to version 0.9.0
svn path=/nixpkgs/trunk/; revision=31622
This commit is contained in:
parent
6b174cfb82
commit
09dee8994f
@ -1,16 +1,17 @@
|
|||||||
{ cabal, binary, epic, happy, ivor, mtl, parsec, readline }:
|
{ cabal, binary, epic, happy, haskeline, mtl, parsec, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "idris";
|
pname = "idris";
|
||||||
version = "0.1.7.1";
|
version = "0.9.0";
|
||||||
sha256 = "1449fy7ld2p6ksn43bvhpa5z7j8vx4wc2szwq85wzpwfaw10d8wb";
|
sha256 = "03zbdcl3v90zv0ibzq9fa8z2qrrdsilh5m509mczwrcmlzbzsmrl";
|
||||||
isLibrary = true;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ binary epic ivor mtl parsec readline ];
|
buildDepends = [ binary epic haskeline mtl parsec transformers ];
|
||||||
buildTools = [ happy ];
|
buildTools = [ happy ];
|
||||||
noHaddock = true;
|
noHaddock = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.st-andrews.ac.uk/~eb/Idris/";
|
homepage = "http://www.idris-lang.org/";
|
||||||
description = "Dependently Typed Functional Programming Language";
|
description = "Dependently Typed Functional Programming Language";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user