Skip to content
Snippets Groups Projects
Commit e294cd90 authored by Daniel Firth's avatar Daniel Firth
Browse files

lucid-svg: init at 0.7.1

parent 8f44ae7c
No related merge requests found
......@@ -279,6 +279,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "lsp-types" "1.6.0.0"
, callHackage "lsp" "1.6.0.0"
, callHackage "lucid-alpine" "0.1.0.7"
, callHackage "lucid-svg" "0.7.1"
, callHackage "lucid" "2.11.1"
, callHackage "net-mqtt" "0.8.2.2"
, callHackage "memory" "0.18.0"
......
......@@ -323,6 +323,8 @@ final: prev: with pkgs.haskell.lib; {
lucid-alpine = prev.callPackage (./pkgs/lucid-alpine.nix) { };
lucid-svg = prev.callPackage (./pkgs/lucid-svg.nix) { };
memory = prev.callPackage (./pkgs/memory.nix) { };
microstache = prev.callPackage (./pkgs/microstache.nix) { };
......
{ mkDerivation, base, blaze-builder, lib, lucid, text, transformers
}:
mkDerivation {
pname = "lucid-svg";
version = "0.7.1";
sha256 = "16b89597d0d2ba99939f327309ff7dbac2e475784d18c94e646833057ec12eb3";
libraryHaskellDepends = [
base blaze-builder lucid text transformers
];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "http://github.com/jeffreyrosenbluth/lucid-svg.git";
description = "DSL for SVG using lucid for HTML";
license = lib.licenses.bsd3;
}
\ No newline at end of file
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