haskellPackages.hermes-json_0_2_0_1: stop generating because it is no longer used

This commit is contained in:
Dennis Gosnell 2023-07-05 07:29:33 +09:00
parent c4b23c7e7e
commit 9ec80c88e3
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 0 additions and 25 deletions

View file

@ -90,7 +90,6 @@ extra-packages:
- haddock-api == 2.23.* # required on GHC < 8.10.x
- haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
- happy == 1.19.12 # for ghcjs
- hermes-json == 0.2.* # 2023-03-22: for nix-output-monitor-2.0.0.5
- hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
- hlint == 3.2.8 # 2022-09-21: needed for hls on ghc 8.8
- hlint == 3.4.1 # 2022-09-21: needed for hls with ghc-lib-parser 9.2

View file

@ -138755,30 +138755,6 @@ self: {
license = lib.licenses.bsd3;
}) {};
"hermes-json_0_2_0_1" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-iso8601, base
, bytestring, containers, deepseq, dlist, hedgehog, mtl, scientific
, tasty, tasty-hedgehog, text, time, time-compat, transformers
, unliftio, unliftio-core
}:
mkDerivation {
pname = "hermes-json";
version = "0.2.0.1";
sha256 = "1i10nmblh6zxbqpqk5z5r97334j6x37kgw459i4icm6c4hi55k4l";
libraryHaskellDepends = [
attoparsec attoparsec-iso8601 base bytestring deepseq dlist mtl
scientific text time time-compat transformers unliftio
unliftio-core
];
testHaskellDepends = [
aeson base bytestring containers hedgehog scientific tasty
tasty-hedgehog text time
];
description = "Fast JSON decoding via simdjson C++ bindings";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hermes-json" = callPackage
({ mkDerivation, aeson, attoparsec, attoparsec-iso8601, base
, bytestring, containers, deepseq, dlist, hedgehog, primitive