mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
haskell-yesod-persistent: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=32210
This commit is contained in:
parent
8478697f71
commit
a5461d2cc8
@ -1,13 +1,11 @@
|
||||
{ cabal, failure, persistent, persistentTemplate, transformers
|
||||
, yesodCore
|
||||
}:
|
||||
{ cabal, persistent, persistentTemplate, transformers, yesodCore }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-persistent";
|
||||
version = "0.2.2";
|
||||
sha256 = "0pgvckyn3l9ggw77hmdpxfx5iwdk36fcfx464rqfzdy28agax47c";
|
||||
version = "0.3.1";
|
||||
sha256 = "0pxzwqrq4wr9hdnppi5ri0iip2a8gg2y7lplmhn2791jc001ll7m";
|
||||
buildDepends = [
|
||||
failure persistent persistentTemplate transformers yesodCore
|
||||
persistent persistentTemplate transformers yesodCore
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/";
|
||||
|
Loading…
Reference in New Issue
Block a user