cabal2nix-2.9.3: test/golden-test-cases/hformat.nix.golden
{ mkDerivation, ansi-terminal, base, base-unicode-symbols, hspec
, stdenv, text
}:
mkDerivation {
pname = "hformat";
version = "0.3.1.0";
sha256 = "deadbeef";
libraryHaskellDepends = [
ansi-terminal base base-unicode-symbols text
];
testHaskellDepends = [ base base-unicode-symbols hspec text ];
homepage = "http://github.com/mvoidex/hformat";
description = "Simple Haskell formatting";
license = stdenv.lib.licenses.bsd3;
}