Author: simons
Date: Thu Feb  2 14:54:56 2012
New Revision: 31983
URL: https://nixos.org/websvn/nix/?rev=31983&sc=1

Log:
haskell-persistent-sqlite: added version 0.6.2.1

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

Added: 
nixpkgs/trunk/pkgs/development/libraries/haskell/persistent-sqlite/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/persistent-sqlite/default.nix  
    Thu Feb  2 14:54:56 2012        (r31983)
@@ -0,0 +1,22 @@
+{ cabal, dataObject, monadControl, neither, persistent, text
+, transformers
+}:
+
+cabal.mkDerivation (self: {
+  pname = "persistent-sqlite";
+  version = "0.6.2.1";
+  sha256 = "10sqmkd7vnrrpr8phcswbxcvn8vjipgy96nk2jj3g96j3cfwfpk0";
+  buildDepends = [
+    dataObject monadControl neither persistent text transformers
+  ];
+  meta = {
+    homepage = "http://www.yesodweb.com/book/persistent";;
+    description = "Backend for the persistent library using sqlite3";
+    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   Thu Feb  2 14:54:53 
2012        (r31982)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Thu Feb  2 14:54:56 
2012        (r31983)
@@ -1084,6 +1084,8 @@
     pathPieces = self.pathPieces_0_0_0;
   };
 
+  persistentSqlite = callPackage 
../development/libraries/haskell/persistent-sqlite {};
+
   persistentTemplate = callPackage 
../development/libraries/haskell/persistent-template {};
 
   polyparse = callPackage 
../development/libraries/haskell/polyparse/default.nix {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to