mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
Add haskell-formatting-5.2
This commit is contained in:
parent
8c50807c4d
commit
631f8cacb0
15
pkgs/development/libraries/haskell/formatting/default.nix
Normal file
15
pkgs/development/libraries/haskell/formatting/default.nix
Normal file
@ -0,0 +1,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;
|
||||
};
|
||||
})
|
@ -842,6 +842,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
forceLayout = callPackage ../development/libraries/haskell/force-layout {};
|
||||
|
||||
formatting = callPackage ../development/libraries/haskell/formatting {};
|
||||
|
||||
free = callPackage ../development/libraries/haskell/free {};
|
||||
|
||||
freeGame = callPackage ../development/libraries/haskell/free-game {};
|
||||
|
Loading…
Reference in New Issue
Block a user