haskell-persistent-sqlite: added version 0.6.2.1
svn path=/nixpkgs/trunk/; revision=31983
This commit is contained in:
parent
e11c942238
commit
bd2c29d553
@ -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
|
||||
];
|
||||
};
|
||||
})
|
@ -1084,6 +1084,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user