Add text-format haskell library
This commit is contained in:
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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user