summary refs log tree commit diff
path: root/pkgs/development/compilers/pakcs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-06 22:27:20 +0000
committerPeter Simons <simons@cryp.to>2012-03-06 22:27:20 +0000
commit7873ce2793418758832ef54dd0aaabad3f758997 (patch)
tree0714ce8051e311ca21229230e5b12c6f5449fc39 /pkgs/development/compilers/pakcs
parent4d752e1cd12ca3f70be5f8d6b2cf180c6d13f97a (diff)
pakcs: updated to version 1.10.0
svn path=/nixpkgs/trunk/; revision=32839
Diffstat (limited to 'pkgs/development/compilers/pakcs')
-rw-r--r--pkgs/development/compilers/pakcs/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/development/compilers/pakcs/default.nix b/pkgs/development/compilers/pakcs/default.nix
index 6bec1925f0b89..bd194b0bf3215 100644
--- a/pkgs/development/compilers/pakcs/default.nix
+++ b/pkgs/development/compilers/pakcs/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, ghc, swiProlog, syb, mtl, makeWrapper, rlwrap, tk }:
 
 stdenv.mkDerivation {
-  name = "pakcs-1.9.2";
+  name = "pakcs-1.10.0";
 
   src = fetchurl {
     url = "http://www.informatik.uni-kiel.de/~pakcs/download/pakcs_src.tar.gz";
-    sha256 = "1sa6k4s5avn3qvica3a5zvb6q9vnawpp00zviqjwncwwd4a9bcwm";
+    sha256 = "6a4a45c9f3d0b61cfec8414943c2a852bec3665a7e2638b039193dd43e9802c4";
   };
 
   buildInputs = [ ghc swiProlog syb mtl makeWrapper rlwrap tk ];
@@ -58,7 +58,10 @@ stdenv.mkDerivation {
   '';
 
   meta = {
+    homepage = "http://www.informatik.uni-kiel.de/~pakcs/";
     description = "an implementation of the multi-paradigm declarative language Curry";
+    license = stdenv.lib.licenses.bsd3;
+
     longDescription = ''
       PAKCS is an implementation of the multi-paradigm declarative language
       Curry jointly developed by the Portland State University, the Aachen
@@ -71,8 +74,6 @@ stdenv.mkDerivation {
       with dynamic web pages, prototyping embedded systems).
     '';
 
-    homepage = http://www.informatik.uni-kiel.de/~pakcs/;
-    license = stdenv.lib.licenses.bsd3;
     maintainers = [ stdenv.lib.maintainers.kkallio stdenv.lib.maintainers.simons ];
     platforms = stdenv.lib.platforms.linux;
   };