mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-th-desugar: update to version 1.3.0
This commit is contained in:
parent
7548ed77fb
commit
8dfc2e1e4f
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
{ cabal, mtl, syb }:
|
||||
{ cabal, hspec, HUnit, mtl, syb }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "th-desugar";
|
||||
version = "1.2.1";
|
||||
sha256 = "12a8m1vzfbn728psaiqxwngmksrbybci3g7a47z04rjbsjf3cy4v";
|
||||
version = "1.3.0";
|
||||
sha256 = "1wfypk1hcxr2918qp63df5xlx00rqwnaa59mivnlqs558g4kjx6j";
|
||||
buildDepends = [ mtl syb ];
|
||||
testDepends = [ hspec HUnit mtl syb ];
|
||||
meta = {
|
||||
homepage = "http://www.cis.upenn.edu/~eir/packages/th-desugar";
|
||||
description = "Functions to desugar Template Haskell";
|
||||
|
|
Loading…
Reference in a new issue