mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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: {
|
||||
pname = "idris";
|
||||
version = "0.1.7.1";
|
||||
sha256 = "1449fy7ld2p6ksn43bvhpa5z7j8vx4wc2szwq85wzpwfaw10d8wb";
|
||||
isLibrary = true;
|
||||
version = "0.9.0";
|
||||
sha256 = "03zbdcl3v90zv0ibzq9fa8z2qrrdsilh5m509mczwrcmlzbzsmrl";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ binary epic ivor mtl parsec readline ];
|
||||
buildDepends = [ binary epic haskeline mtl parsec transformers ];
|
||||
buildTools = [ happy ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://www.cs.st-andrews.ac.uk/~eb/Idris/";
|
||||
homepage = "http://www.idris-lang.org/";
|
||||
description = "Dependently Typed Functional Programming Language";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user