# This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, filepath, hslogger, MissingH, mtl, regexBase, regexCompat , regexPosix }: cabal.mkDerivation (self: { pname = "HSH"; version = "2.1.2"; sha256 = "17ysn131xskx4s1g5kg08zy141q3q16bns4bsg3yjzvf6cjpz2kq"; isLibrary = true; isExecutable = true; buildDepends = [ filepath hslogger MissingH mtl regexBase regexCompat regexPosix ]; meta = { homepage = "http://software.complete.org/hsh"; description = "Library to mix shell scripting with Haskell programs"; license = "LGPL"; platforms = self.ghc.meta.platforms; maintainers = with self.stdenv.lib.maintainers; [ andres ]; }; })