haskell-language-haskell-extract: update to version 0.2.4

This commit is contained in:
Peter Simons 2013-01-30 11:29:41 +01:00
parent b2277d0afd
commit ce9c8a235d

View File

@ -1,10 +1,10 @@
{ cabal, haskellSrcExts, regexPosix }: { cabal, regexPosix }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "language-haskell-extract"; pname = "language-haskell-extract";
version = "0.2.3"; version = "0.2.4";
sha256 = "0fz1nin596ihlh77pafzpdf46br1k3pxcxyml2rvly6g0h3yjgpr"; sha256 = "1nxcs7g8a1sp91bzpy4cj6s31k5pvc3gvig04cbrggv5cvjidnhl";
buildDepends = [ haskellSrcExts regexPosix ]; buildDepends = [ regexPosix ];
meta = { meta = {
homepage = "http://github.com/finnsson/template-helper"; homepage = "http://github.com/finnsson/template-helper";
description = "Module to automatically extract functions from the local code"; description = "Module to automatically extract functions from the local code";