1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

package overlays

This commit is contained in:
Kierán Meinhardt
2019-05-15 23:42:37 +02:00
parent 7c17c9fc70
commit 8864500b4e
4 changed files with 29 additions and 11 deletions

View File

@@ -1,11 +1,17 @@
{ mkDerivation, base, bytestring, cassava, hasmin, HaTeX, lucid
, megaparsec, optparse-applicative, prettyprinter, raw-strings-qq
, stdenv, text
, fetchFromGitHub
}:
mkDerivation {
pname = "quote-db";
version = "0.1.0.0";
src = ./.;
src = fetchFromGitHub {
owner = "kmein";
repo = "quote-db";
rev = "2a9776293d306cf2777bfd63412d8e30082826d1";
sha256 = "18nmi6rds1dfwkrnvdbqzl261szg93b6rbx6in2zmpz8v6k6z5f9";
};
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [