haskell-th-orphans: update to version 0.8.2

This commit is contained in:
Peter Simons 2014-10-31 11:37:56 +01:00
parent e35167a455
commit bcb643d680

View File

@ -1,12 +1,12 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, thLift }:
{ cabal, thLift, thReifyMany }:
cabal.mkDerivation (self: {
pname = "th-orphans";
version = "0.8.1";
sha256 = "1glf1zkiip18l0qdy3856ag7ksbxzd11dzdyq00qrz87kck5y58w";
buildDepends = [ thLift ];
version = "0.8.2";
sha256 = "19d4ls2plxmn5n9c99503mvi99ffp6y6zxi564zf6cdfgw8v73fy";
buildDepends = [ thLift thReifyMany ];
jailbreak = true;
meta = {
description = "Orphan instances for TH datatypes";