forked from mirrors/nixpkgs
haskell-text: add version 1.2.0.0
This commit is contained in:
parent
2acd0a63a5
commit
a10b545eac
23
pkgs/development/libraries/haskell/text/1.2.0.0.nix
Normal file
23
pkgs/development/libraries/haskell/text/1.2.0.0.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, deepseq, HUnit, QuickCheck, random, testFramework
|
||||
, testFrameworkHunit, testFrameworkQuickcheck2
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "text";
|
||||
version = "1.2.0.0";
|
||||
sha256 = "0c681yaqq68imj77qzy0j4iag8q90mhnnaalfwc08nzv8cr6c8z6";
|
||||
buildDepends = [ deepseq ];
|
||||
testDepends = [
|
||||
deepseq HUnit QuickCheck random testFramework testFrameworkHunit
|
||||
testFrameworkQuickcheck2
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -2615,7 +2615,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
text_0_11_2_3 = callPackage ../development/libraries/haskell/text/0.11.2.3.nix {};
|
||||
text_0_11_3_1 = callPackage ../development/libraries/haskell/text/0.11.3.1.nix {};
|
||||
text_1_1_1_3 = callPackage ../development/libraries/haskell/text/1.1.1.3.nix {};
|
||||
text = self.text_1_1_1_3;
|
||||
text_1_2_0_0 = callPackage ../development/libraries/haskell/text/1.2.0.0.nix {};
|
||||
text = self.text_1_2_0_0;
|
||||
|
||||
textFormat = callPackage ../development/libraries/haskell/text-format {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue