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