Author: simons
Date: Mon Oct 31 22:38:44 2011
New Revision: 30158
URL: https://nixos.org/websvn/nix/?rev=30158&sc=1

Log:
haskell-crypto-pubkey-types: added version 0.1.0

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/crypto-pubkey-types/
   
nixpkgs/trunk/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: 
nixpkgs/trunk/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
    Mon Oct 31 22:38:44 2011        (r30158)
@@ -0,0 +1,18 @@
+{ cabal, cryptoApi }:
+
+cabal.mkDerivation (self: {
+  pname = "crypto-pubkey-types";
+  version = "0.1.0";
+  sha256 = "1ib5bqxydvv37l53wl6b4j6m6y904rsiamhh144lm6rmqiym26f5";
+  buildDepends = [ cryptoApi ];
+  meta = {
+    homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";;
+    description = "Generic cryptography Public keys algorithm types";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Oct 31 21:38:30 
2011        (r30157)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Oct 31 22:38:44 
2011        (r30158)
@@ -498,6 +498,8 @@
 
   cryptohash = callPackage ../development/libraries/haskell/cryptohash {};
 
+  cryptoPubkeyTypes = callPackage 
../development/libraries/haskell/crypto-pubkey-types {};
+
   csv = callPackage ../development/libraries/haskell/csv {};
 
   cssText = callPackage ../development/libraries/haskell/css-text {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to