mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-persistent-mysql: update to version 2.0.4
This commit is contained in:
parent
a833646da9
commit
10d06ad787
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent-mysql";
|
||||
version = "2.0.3";
|
||||
sha256 = "1c2lnd0gi4m9idhdh8frpcvazdx5xblqm2hzzqq5krz6h6zqlfwa";
|
||||
version = "2.0.4";
|
||||
sha256 = "098fh3wiqq9frw3v8rmsr0n7raq81p0fmi3an0jh7h4k0b2vz2gc";
|
||||
buildDepends = [
|
||||
aeson blazeBuilder conduit monadControl monadLogger mysql
|
||||
mysqlSimple persistent resourcet text transformers
|
||||
|
|
Loading…
Reference in a new issue