haskell-reflection: update to version 1.1.7
This commit is contained in:
parent
58eedef652
commit
587e82e085
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "reflection";
|
pname = "reflection";
|
||||||
version = "1.1.6";
|
version = "1.1.7";
|
||||||
sha256 = "1ihyx1a8pk1czam0qm1znl851dn4y6jip6s30girgghrvvxmblkw";
|
sha256 = "073v9y09fvh7nsfqp1jp2ncrq0xkcv5fvikl769ghv2ycgkfxl4z";
|
||||||
buildDepends = [ tagged ];
|
buildDepends = [ tagged ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/reflection";
|
homepage = "http://github.com/ekmett/reflection";
|
||||||
|
|
Loading…
Reference in New Issue