haskell-reflection: update to version 1.1.7

This commit is contained in:
Peter Simons 2013-02-09 18:24:50 +01:00
parent 58eedef652
commit 587e82e085
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "reflection";
version = "1.1.6";
sha256 = "1ihyx1a8pk1czam0qm1znl851dn4y6jip6s30girgghrvvxmblkw";
version = "1.1.7";
sha256 = "073v9y09fvh7nsfqp1jp2ncrq0xkcv5fvikl769ghv2ycgkfxl4z";
buildDepends = [ tagged ];
meta = {
homepage = "http://github.com/ekmett/reflection";