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

lucid-alpine: int at 0.1.0.7

parent b2a66e11
Branches
Tags
No related merge requests found
......@@ -278,6 +278,7 @@ in [ callHackage "Cabal" "3.8.1.0"
(None Text)
, callHackage "lsp-types" "1.6.0.0"
, callHackage "lsp" "1.6.0.0"
, callHackage "lucid-alpine" "0.1.0.7"
, callHackage "lucid" "2.11.1"
, callHackage "net-mqtt" "0.8.2.2"
, callHackage "memory" "0.18.0"
......
......@@ -321,6 +321,8 @@ final: prev: with pkgs.haskell.lib; {
lucid = prev.callPackage (./pkgs/lucid.nix) { };
lucid-alpine = prev.callPackage (./pkgs/lucid-alpine.nix) { };
memory = prev.callPackage (./pkgs/memory.nix) { };
microstache = prev.callPackage (./pkgs/microstache.nix) { };
......
{ mkDerivation, base, lib, lucid, text }:
mkDerivation {
pname = "lucid-alpine";
version = "0.1.0.7";
sha256 = "fd7919480fa483ce19ac5c8774eac78ed541f62be12d36d690fcd8b8baacccdc";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [ base lucid text ];
executableHaskellDepends = [ base lucid text ];
testHaskellDepends = [ base lucid text ];
doHaddock = false;
jailbreak = true;
doCheck = false;
hyperlinkSource = false;
homepage = "https://github.com/MonadicSystems/lucid-alpine#readme";
description = "Use Alpine.js in your lucid templates";
license = lib.licenses.bsd3;
mainProgram = "lucid-alpine-exe";
}
\ 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