Author: simons
Date: Mon Aug 29 20:26:35 2011
New Revision: 28884
URL: https://svn.nixos.org/websvn/nix/?rev=28884&sc=1

Log:
haskell-aeson-native: added version 0.3.3

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/aeson-native/
   nixpkgs/trunk/pkgs/development/libraries/haskell/aeson-native/default.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/aeson-native/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/aeson-native/default.nix   
Mon Aug 29 20:26:35 2011        (r28884)
@@ -0,0 +1,23 @@
+{ cabal, attoparsec, blazeBuilder, blazeTextualNative, deepseq
+, hashable, mtl, syb, text, time, unorderedContainers, vector
+}:
+
+cabal.mkDerivation (self: {
+  pname = "aeson-native";
+  version = "0.3.3";
+  sha256 = "1ckf0fqx0mdw7467kjk3q48fb4q5w6336i8fxk6j0wfk17xjfs8l";
+  buildDepends = [
+    attoparsec blazeBuilder blazeTextualNative deepseq hashable mtl syb
+    text time unorderedContainers vector
+  ];
+  meta = {
+    homepage = "http://github.com/mailrank/aeson";;
+    description = "Fast JSON parsing and encoding";
+    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 Aug 29 20:26:26 
2011        (r28883)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Mon Aug 29 20:26:35 
2011        (r28884)
@@ -362,6 +362,8 @@
 
   aeson = callPackage ../development/libraries/haskell/aeson {};
 
+  aesonNative = callPackage ../development/libraries/haskell/aeson-native {};
+
   ansiTerminal = callPackage ../development/libraries/haskell/ansi-terminal {};
 
   ansiWlPprint = callPackage ../development/libraries/haskell/ansi-wl-pprint 
{};
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to