aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tprint/tprint.nix')
-rw-r--r--tprint/tprint.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/tprint/tprint.nix b/tprint/tprint.nix
index 9954b02..e28204d 100644
--- a/tprint/tprint.nix
+++ b/tprint/tprint.nix
@@ -1,5 +1,6 @@
1{ mkDerivation, base, containers, optparse-applicative, pretty-show 1{ mkDerivation, aeson-pretty, base, bytestring, containers
2, stdenv, thermoprint-bbcode, thermoprint-client, time 2, optparse-applicative, pretty-show, stdenv, text
3, thermoprint-bbcode, thermoprint-client, time
3}: 4}:
4mkDerivation { 5mkDerivation {
5 pname = "tprint"; 6 pname = "tprint";
@@ -8,8 +9,8 @@ mkDerivation {
8 isLibrary = false; 9 isLibrary = false;
9 isExecutable = true; 10 isExecutable = true;
10 executableHaskellDepends = [ 11 executableHaskellDepends = [
11 base containers optparse-applicative pretty-show thermoprint-bbcode 12 aeson-pretty base bytestring containers optparse-applicative
12 thermoprint-client time 13 pretty-show text thermoprint-bbcode thermoprint-client time
13 ]; 14 ];
14 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 15 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
15 description = "A CLI for thermoprint-client"; 16 description = "A CLI for thermoprint-client";