1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/persistent-sqlite/default.nix
2014-08-09 13:49:24 +02:00

24 lines
708 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, conduit, monadControl, monadLogger, persistent
, resourcet, text, transformers
}:
cabal.mkDerivation (self: {
pname = "persistent-sqlite";
version = "1.3.0.5";
sha256 = "05b7byc4z7mhni90cj2aan63f599wv0511zqbsm6kbylk1zpyizb";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson conduit monadControl monadLogger persistent resourcet text
transformers
];
meta = {
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using sqlite3";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})