summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2023-11-20 11:33:20 +0800
committerEllie Hermaszewska <git@monoid.al>2023-11-20 11:45:00 +0800
commit688fb101e654869219ad51622e8cf84b6e9214c3 (patch)
tree81e068a862b45e33d2044efb11caa378a7dc112c /pkgs/development/haskell-modules
parent9efd78a3a2f07b2ffde6ad62c29a2cff19a8865c (diff)
haskellPackages: regenerate package set based on current config
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 96171cebbdb7..7017a76be798 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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
}: