haskell-hindent: update to version 3.4

This commit is contained in:
Peter Simons 2014-09-23 14:17:45 +02:00
parent ae0afc83dd
commit c595d9642d

View File

@ -1,14 +1,14 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, dataDefault, haskellSrcExts, mtl, text }: { cabal, dataDefault, haskellSrcExts, monadLoops, mtl, text }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hindent"; pname = "hindent";
version = "3.0"; version = "3.4";
sha256 = "1fvpyg8pb4g023v25lhizcsfd15zw5q4f23qq0ci9h7mg3axlsdx"; sha256 = "060l4dkqz4fma005yai6mdv2bdr2lp59z289j7rv1ygr6p8pqhci";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ dataDefault haskellSrcExts mtl text ]; buildDepends = [ dataDefault haskellSrcExts monadLoops mtl text ];
meta = { meta = {
description = "Extensible Haskell pretty printer"; description = "Extensible Haskell pretty printer";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;