Skip to content
Snippets Groups Projects
Commit f6f4df3b authored by Max Tomago's avatar Max Tomago
Browse files

hxt-charproperties: init at 9.5.0.0

parent d404ffc4
No related merge requests found
......@@ -177,6 +177,7 @@ in [ callHackage "HTF" "0.15.0.0"
, callHackage "heredoc" "0.2.0.0"
, callHackage "hex-text" "0.1.0.7"
, callHackage "hxt" "9.3.1.22"
, callHackage "hxt-charproperties" "9.5.0.0"
, callHackage "hxt-regex-xmlschema" "9.2.0.7"
, callHackage "inline-c" "0.9.1.6"
, callCabal2nix
......
......@@ -127,6 +127,8 @@ final: prev: with pkgs.haskell.lib; {
hxt = prev.callPackage (./pkgs/hxt.nix) { };
hxt-charproperties = prev.callPackage (./pkgs/hxt-charproperties.nix) { };
hxt-regex-xmlschema = prev.callPackage (./pkgs/hxt-regex-xmlschema.nix) { };
inline-c = prev.callPackage (./pkgs/inline-c.nix) { };
......
{ mkDerivation, base, lib }:
mkDerivation {
pname = "hxt-charproperties";
version = "9.5.0.0";
sha256 = "28836949512a2aedb63b2a02e0b05a4f519dc3511cfd259804a6e9d59a44a94a";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
homepage = "https://github.com/UweSchmidt/hxt";
description = "Character properties and classes for XML and Unicode";
license = lib.licenses.mit;
broken = false;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment