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:
parent
752a1889d5
commit
8663959559
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue