cabal2nix-2.16.0: test/golden-test-cases/l10n.nix.golden
{ mkDerivation, base, lib, text, time }:
mkDerivation {
pname = "l10n";
version = "0.1.0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base text time ];
homepage = "https://github.com/louispan/l10n#readme";
description = "Enables providing localization as typeclass instances in separate files";
license = lib.licenses.bsd3;
}