haskell-haskell-src-meta: update to version 0.6.0.1
This commit is contained in:
parent
8b4ee13aad
commit
26a7363aad
@ -1,10 +1,10 @@
|
|||||||
{ cabal, haskellSrcExts, syb, thLift, uniplate }:
|
{ cabal, haskellSrcExts, syb, thOrphans, uniplate }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "haskell-src-meta";
|
pname = "haskell-src-meta";
|
||||||
version = "0.5.1.2";
|
version = "0.6.0.1";
|
||||||
sha256 = "09if8423dwf4jcr6p7d8j4r9i2n8jc7xxvjn1p1mwjp0ajzk8g9s";
|
sha256 = "181xjajvppipzgknmbhbb1i2r8rimbr5vzn6gf1ksddgw12sargd";
|
||||||
buildDepends = [ haskellSrcExts syb thLift uniplate ];
|
buildDepends = [ haskellSrcExts syb thOrphans uniplate ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Parse source to template-haskell abstract syntax";
|
description = "Parse source to template-haskell abstract syntax";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user