Add text-format haskell library
This commit is contained in:
parent
fc687b393f
commit
5c88bfaca9
14
pkgs/development/libraries/haskell/text-format/default.nix
Normal file
14
pkgs/development/libraries/haskell/text-format/default.nix
Normal file
@ -0,0 +1,14 @@
|
||||
{ cabal, doubleConversion, text, time, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "text-format";
|
||||
version = "0.3.1.0";
|
||||
sha256 = "13k5a1kfmapd4yckm2vcrwz4vrrf32c2dpisdw0hyvzvmdib3n60";
|
||||
buildDepends = [ doubleConversion text time transformers ];
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/text-format";
|
||||
description = "Text formatting";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2079,6 +2079,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
text_0_11_3_1 = callPackage ../development/libraries/haskell/text/0.11.3.1.nix {};
|
||||
text = self.text_0_11_3_1;
|
||||
|
||||
textFormat = callPackage ../development/libraries/haskell/text-format {};
|
||||
|
||||
textIcu = callPackage ../development/libraries/haskell/text-icu {};
|
||||
|
||||
thespian = callPackage ../development/libraries/haskell/thespian {};
|
||||
|
Loading…
Reference in New Issue
Block a user