16 lines
505 B
Nix
16 lines
505 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, scientific, text, textFormat, time }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "formatting";
|
|
version = "5.2";
|
|
sha256 = "0lmbzm98idy7bzpvaqnk9j6181vakk553smqkf959gn5jdj95z3k";
|
|
buildDepends = [ scientific text textFormat time ];
|
|
meta = {
|
|
description = "Combinator-based type-safe formatting (like printf() or FORMAT)";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|