haskell-th-orphans: update to version 0.7.0.1
This commit is contained in:
parent
752a1889d5
commit
8663959559
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "th-orphans";
|
pname = "th-orphans";
|
||||||
version = "0.7";
|
version = "0.7.0.1";
|
||||||
sha256 = "0fb0wkpvb8wc12gpgm90jfsgcm4p1wf8p0m5xjk64zkcjrdxjr80";
|
sha256 = "19lfq2m7c6n2z8gz4n57wc92x5x5rkgv4chbfq7w4n531qya4bgr";
|
||||||
buildDepends = [ thLift ];
|
buildDepends = [ thLift ];
|
||||||
noHaddock = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Orphan instances for TH datatypes";
|
description = "Orphan instances for TH datatypes";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user