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

lukko: init at 0.1.1.3

parent 41212c19
No related merge requests found
......@@ -362,6 +362,7 @@ in [ callHackage "Cabal" "3.8.1.0"
, callHackage "lucid-aria" "0.1.0.1"
, callHackage "lucid-svg" "0.7.1"
, callHackage "lucid" "2.11.1"
, callHackage "lukko" "0.1.1.3"
, callHackage "net-mqtt" "0.8.2.2"
, callHackage "megaparsec" "9.2.2"
, callHackage "memory" "0.18.0"
......
......@@ -453,6 +453,8 @@ final: prev: with pkgs.haskell.lib; {
lucid-svg = prev.callPackage (./pkgs/lucid-svg.nix) { };
lukko = prev.callPackage (./pkgs/lukko.nix) { };
megaparsec = prev.callPackage (./pkgs/megaparsec.nix) { };
memory = prev.callPackage (./pkgs/memory.nix) { };
......
{ mkDerivation
, async
, base
, bytestring
, filepath
, lib
, singleton-bool
, tasty
, tasty-expected-failure
, tasty-hunit
, temporary
}:
mkDerivation {
pname = "lukko";
version = "0.1.1.3";
sha256 = "a80efb60cfa3dae18682c01980d76d5f7e413e191cd186992e1bf7388d48ab1f";
revision = "3";
editedCabalFile = "1a6spmbiv3ias40sjrnsxfgr1d5mwg039a2q7113zb7i9n6c1m7g";
isLibrary = true;
isExecutable = false;
enableSeparateDataOutput = false;
libraryHaskellDepends = [ base ];
testHaskellDepends = [
async
base
bytestring
filepath
singleton-bool
tasty
tasty-expected-failure
tasty-hunit
temporary
];
enableLibraryProfiling = false;
enableExecutableProfiling = false;
doHaddock = false;
jailbreak = true;
doCheck = false;
doBenchmark = false;
hyperlinkSource = false;
description = "File locking";
license = "GPL-2.0-or-later AND BSD-3-Clause";
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