mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-vinyl: update to version 0.4.3
This commit is contained in:
parent
0cb71fd83c
commit
c8f9953107
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vinyl";
|
||||
version = "0.4.2";
|
||||
sha256 = "17vh5yv9dzw6zq1xw22k7mljpha0rcngbk5k0kynh7hyh6xy4zxz";
|
||||
version = "0.4.3";
|
||||
sha256 = "1npcpvr94l2gpk9z4y527raf2p3d6099m231vw0myci37ljnjgdf";
|
||||
testDepends = [ doctest lens singletons ];
|
||||
meta = {
|
||||
description = "Extensible Records";
|
||||
|
|
Loading…
Reference in a new issue