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

lucid-aria: init at 0.1.0.1

parent e294cd90
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-aria" "0.1.0.1"
, callHackage "lucid-svg" "0.7.1"
, callHackage "lucid" "2.11.1"
, callHackage "net-mqtt" "0.8.2.2"
......
......@@ -323,6 +323,8 @@ final: prev: with pkgs.haskell.lib; {
lucid-alpine = prev.callPackage (./pkgs/lucid-alpine.nix) { };
lucid-aria = prev.callPackage (./pkgs/lucid-aria.nix) { };
lucid-svg = prev.callPackage (./pkgs/lucid-svg.nix) { };
memory = prev.callPackage (./pkgs/memory.nix) { };
......
{ mkDerivation, base, hspec, HUnit, lib, lucid, text }:
mkDerivation {
pname = "lucid-aria";
version = "0.1.0.1";
sha256 = "ff30430e76e1224eee79667a0d28a513fb88f223036debdd06dd1e33f650b088";
libraryHaskellDepends = [ base lucid text ];
testHaskellDepends = [ base hspec HUnit lucid ];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://git.sr.ht/~rycee/lucid-aria";
description = "Provides ARIA attributes for Lucid templates";
license = lib.licenses.asl20;
}
\ 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