Author: simons
Date: Sun Aug 7 22:02:28 2011
New Revision: 28338
URL: https://svn.nixos.org/websvn/nix/?rev=28338&sc=1
Log:
haskell-terminfo: updated to version 0.3.2
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/terminfo/default.nix
Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/terminfo/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/terminfo/default.nix
Sun Aug 7 22:02:24 2011 (r28337)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/terminfo/default.nix
Sun Aug 7 22:02:28 2011 (r28338)
@@ -1,11 +1,15 @@
-{cabal, ncurses, extensibleExceptions}:
+{cabal, extensibleExceptions, ncurses}:
cabal.mkDerivation (self : {
pname = "terminfo";
- version = "0.3.0.2";
- sha256 = "2303d934fcec0f6413f15887f7f42e8e2e5b27812534a929bf585bfa6f3a9229";
- propagatedBuildInputs = [ncurses extensibleExceptions];
+ version = "0.3.2";
+ sha256 = "0sfb6p6gj29wahp45plai7bygyyhhcaw6ld5xf90clkxy5pcsw1a";
+ propagatedBuildInputs = [extensibleExceptions ncurses];
meta = {
- description = "Haskell bindings for the terminfo library";
+ homepage = "http://code.haskell.org/terminfo";
+ description = "Haskell bindings to the terminfo library.";
+ license = self.stdenv.lib.licenses.bsd3;
+ platforms = self.stdenv.lib.platforms.haskellPlatforms;
+ maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits