mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-text: add version 1.1.1.3 (and delete unused versions 0.11.1.13 and 0.1.1.2)
This commit is contained in:
parent
6358b15985
commit
3376d02e31
@ -1,22 +0,0 @@
|
||||
{ cabal, deepseq, HUnit, QuickCheck, random, testFramework
|
||||
, testFrameworkHunit, testFrameworkQuickcheck2
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "text";
|
||||
version = "0.11.1.13";
|
||||
sha256 = "0lbc4yfqpydps0rd1qjymnnhp87sl9w7n1f5vd5lsixby93zjv2f";
|
||||
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;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
@ -4,8 +4,8 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "text";
|
||||
version = "1.1.1.2";
|
||||
sha256 = "11kj0pf0v24a0xg61caaqz5d8w3s8i4nbgl416xgdvrbfd39ssj8";
|
||||
version = "1.1.1.3";
|
||||
sha256 = "1yrzg449nbbzh2fb9mdmf2jjfhk2g87kr9m2ibssbsqx53p98z0c";
|
||||
buildDepends = [ deepseq ];
|
||||
testDepends = [
|
||||
deepseq HUnit QuickCheck random testFramework testFrameworkHunit
|
@ -2198,12 +2198,11 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
text_0_11_0_5 = callPackage ../development/libraries/haskell/text/0.11.0.5.nix {};
|
||||
text_0_11_0_6 = callPackage ../development/libraries/haskell/text/0.11.0.6.nix {};
|
||||
text_0_11_1_5 = callPackage ../development/libraries/haskell/text/0.11.1.5.nix {};
|
||||
text_0_11_1_13 = callPackage ../development/libraries/haskell/text/0.11.1.13.nix {};
|
||||
text_0_11_2_0 = callPackage ../development/libraries/haskell/text/0.11.2.0.nix {};
|
||||
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_2 = callPackage ../development/libraries/haskell/text/1.1.1.2.nix {};
|
||||
text = self.text_1_1_1_2;
|
||||
text_1_1_1_3 = callPackage ../development/libraries/haskell/text/1.1.1.3.nix {};
|
||||
text = self.text_1_1_1_3;
|
||||
|
||||
textFormat = callPackage ../development/libraries/haskell/text-format {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user