1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

haskell-th-orphans: update to version 0.7.0.1

This commit is contained in:
Peter Simons 2013-07-16 14:16:24 +02:00
parent 752a1889d5
commit 8663959559

View file

@ -2,10 +2,9 @@
cabal.mkDerivation (self: {
pname = "th-orphans";
version = "0.7";
sha256 = "0fb0wkpvb8wc12gpgm90jfsgcm4p1wf8p0m5xjk64zkcjrdxjr80";
version = "0.7.0.1";
sha256 = "19lfq2m7c6n2z8gz4n57wc92x5x5rkgv4chbfq7w4n531qya4bgr";
buildDepends = [ thLift ];
noHaddock = true;
meta = {
description = "Orphan instances for TH datatypes";
license = self.stdenv.lib.licenses.bsd3;