haskell-HSH: update to version 2.1.1

This commit is contained in:
Peter Simons 2014-10-14 23:11:12 +02:00
parent be66d82790
commit 8f8ad903e2

View File

@ -1,22 +1,23 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, hslogger, MissingH, mtl, regexBase, regexCompat { cabal, filepath, hslogger, MissingH, mtl, regexBase, regexCompat
, regexPosix, fetchpatch , regexPosix
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "HSH"; pname = "HSH";
version = "2.1.0"; version = "2.1.1";
sha256 = "0gz2hzdvf0gqv33jihn67bvry38c6hkjapb1prxmb3w12lisr4l5"; sha256 = "14aijsafd8mkh46dy071haix16p31ppdn2s3r9kxdbjjas6qh13g";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
filepath hslogger MissingH mtl regexBase regexCompat regexPosix filepath hslogger MissingH mtl regexBase regexCompat regexPosix
]; ];
patches = [ (fetchpatch { url = "https://github.com/jgoerzen/hsh/pull/10.patch"; sha256 = "0ddb3vf8ipf37zg4hkqh0frff1a7sv9ils3lw6qd3irpbwna1hdz"; }) ];
meta = { meta = {
homepage = "http://software.complete.org/hsh"; homepage = "http://software.complete.org/hsh";
description = "Library to mix shell scripting with Haskell programs"; description = "Library to mix shell scripting with Haskell programs";
license = "LGPL"; license = "LGPL";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ]; maintainers = with self.stdenv.lib.maintainers; [ andres ];
}; };
}) })