mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
haskellPackages.text_2_0_2: regenerate for elm
This commit is contained in:
parent
6887adc3e7
commit
9d5f44d309
@ -129,6 +129,7 @@ extra-packages:
|
||||
- sbv == 7.13 # required for pkgs.petrinizer
|
||||
- stylish-haskell == 0.14.3.0 # 2022-09-19: needed for hls on ghc 8.8
|
||||
- tasty-hspec == 1.1.6 # 2022-04-07: Needed for elm-format
|
||||
- text == 2.0.2 # 2023-09-14: Needed for elm (which is currently on ghc-8.10)
|
||||
- th-abstraction < 0.6 # 2023-09-11: needed for aeson-2.2.0.0
|
||||
- vty == 5.35.1 # 2022-07-08: needed for glirc-2.39.0.1
|
||||
- weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7
|
||||
|
@ -295150,6 +295150,38 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"text_2_0_2" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, filepath, ghc-prim, QuickCheck
|
||||
, system-cxx-std-lib, tasty, tasty-bench, tasty-hunit
|
||||
, tasty-inspection-testing, tasty-quickcheck, template-haskell
|
||||
, transformers
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "text";
|
||||
version = "2.0.2";
|
||||
sha256 = "1bggb4gq15r7z685w7c7hbm3w4n6day451ickz70d1l919jvwdf7";
|
||||
revision = "1";
|
||||
editedCabalFile = "1k25ba7hxgsj155yjmi218lhhyw640r4d4zr105gvhfkcj6gmdbi";
|
||||
libraryHaskellDepends = [
|
||||
array base binary bytestring deepseq ghc-prim system-cxx-std-lib
|
||||
template-haskell
|
||||
];
|
||||
testHaskellDepends = [
|
||||
base bytestring deepseq directory ghc-prim QuickCheck tasty
|
||||
tasty-hunit tasty-inspection-testing tasty-quickcheck
|
||||
template-haskell transformers
|
||||
];
|
||||
benchmarkHaskellDepends = [
|
||||
base bytestring containers deepseq directory filepath tasty-bench
|
||||
transformers
|
||||
];
|
||||
doCheck = false;
|
||||
description = "An efficient packed Unicode text type";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"text_2_1" = callPackage
|
||||
({ mkDerivation, array, base, binary, bytestring, containers
|
||||
, deepseq, directory, filepath, ghc-prim, QuickCheck
|
||||
|
Loading…
Reference in New Issue
Block a user