Compare commits
No commits in common. "37e88a8d8e998e4b741d2e7e99ba61dddfe6dbea" and "70f3992691ceea6d20eb214825d34f5aed99908b" have entirely different histories.
37e88a8d8e
...
70f3992691
|
@ -29,7 +29,7 @@ library
|
|||
, lens
|
||||
, bytestring
|
||||
, text
|
||||
, brick < 1
|
||||
, brick
|
||||
, HTTP
|
||||
, vty
|
||||
, transformers
|
||||
|
|
20
kino.nix
20
kino.nix
|
@ -1,20 +0,0 @@
|
|||
{ mkDerivation, aeson, base, brick_0_70_1, bytestring, Clipboard, HTTP
|
||||
, lens, lens-aeson, lib, microlens, microlens-th, text
|
||||
, transformers, vty, wreq
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "kino";
|
||||
version = "0.1.0.0";
|
||||
src = ./.;
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson base brick_0_70_1 bytestring Clipboard HTTP lens lens-aeson
|
||||
microlens microlens-th text transformers vty wreq
|
||||
];
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base ];
|
||||
description = "A terminal interface to the yts.mx api";
|
||||
license = lib.licenses.isc;
|
||||
mainProgram = "kino";
|
||||
}
|
Loading…
Reference in New Issue
Block a user