haskell-language-haskell-extract: update to version 0.2.4
This commit is contained in:
parent
b2277d0afd
commit
ce9c8a235d
@ -1,10 +1,10 @@
|
||||
{ cabal, haskellSrcExts, regexPosix }:
|
||||
{ cabal, regexPosix }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "language-haskell-extract";
|
||||
version = "0.2.3";
|
||||
sha256 = "0fz1nin596ihlh77pafzpdf46br1k3pxcxyml2rvly6g0h3yjgpr";
|
||||
buildDepends = [ haskellSrcExts regexPosix ];
|
||||
version = "0.2.4";
|
||||
sha256 = "1nxcs7g8a1sp91bzpy4cj6s31k5pvc3gvig04cbrggv5cvjidnhl";
|
||||
buildDepends = [ regexPosix ];
|
||||
meta = {
|
||||
homepage = "http://github.com/finnsson/template-helper";
|
||||
description = "Module to automatically extract functions from the local code";
|
||||
|
Loading…
Reference in New Issue
Block a user