summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/formatting/default.nix
blob: 1345ac76243c61b3c62a4cd668bf85b43232408b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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;
  };
})