haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
parent
9efd78a3a2
commit
688fb101e6
1 changed files with 16 additions and 0 deletions
|
@ -118047,6 +118047,22 @@ self: {
|
|||
license = lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
"ghc-syntax-highlighter_0_0_10_0" = callPackage
|
||||
({ mkDerivation, base, ghc-lib-parser, hspec, hspec-discover, text
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ghc-syntax-highlighter";
|
||||
version = "0.0.10.0";
|
||||
sha256 = "145xjyraqd62k5amyqi9028rr9v2lgz3irmgz5v2hppza1i5qy72";
|
||||
enableSeparateDataOutput = true;
|
||||
libraryHaskellDepends = [ base ghc-lib-parser text ];
|
||||
testHaskellDepends = [ base hspec text ];
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Syntax highlighter for Haskell using the lexer of GHC";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"ghc-syntax-highlighter_0_0_11_0" = callPackage
|
||||
({ mkDerivation, base, ghc-lib-parser, hspec, hspec-discover, text
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue