mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
haskell-yesod-persistent: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=28900
This commit is contained in:
parent
077c598c85
commit
4e715256a7
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yesod-persistent";
|
||||
version = "0.1.0";
|
||||
sha256 = "1h0kk3sx0c4c3pcg3s2c5kfy0kz7gci45h4gsgrkhkcgg0pg324c";
|
||||
version = "0.2.1";
|
||||
sha256 = "1ka8jsxr7i5rcjxnv82ykq34yqxqzxdvk4b3ck7pbvx2a4g7bxw9";
|
||||
buildDepends = [
|
||||
failure persistent persistentTemplate transformers yesodCore
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue