Updated Haskell packages.
- RSA: updated to version 1.0.6.3 - derive: updated to version 2.5.7 - hakyll: updated to version 3.2.7.0 - happstack-hamlet: updated to version 7.0.0 - idris: updated to version 0.9.2.1 svn path=/nixpkgs/trunk/; revision=33479
This commit is contained in:
@@ -4,15 +4,14 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "idris";
|
||||
version = "0.9.2";
|
||||
sha256 = "0n4dh3vxkjvw8rb5iqm8lvi21q2ljw2pzn453wfcisdadkpv4fh5";
|
||||
version = "0.9.2.1";
|
||||
sha256 = "16jbmyza57066s3wmkvgwn11kqn0nzkjrrvsinh9xd69a79h2iiy";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
binary Cabal epic filepath haskeline mtl parsec transformers
|
||||
];
|
||||
buildTools = [ happy ];
|
||||
noHaddock = true;
|
||||
meta = {
|
||||
homepage = "http://www.idris-lang.org/";
|
||||
description = "Functional Programming Language with Dependent Types";
|
||||
|
||||
Reference in New Issue
Block a user