From 61305cb1e2d93f72d49af7e51419ab77899cd54e Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 4 Feb 2021 19:21:42 +0100 Subject: brockman: move to folder --- krebs/5pkgs/haskell/brockman.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 krebs/5pkgs/haskell/brockman.nix (limited to 'krebs/5pkgs/haskell/brockman.nix') diff --git a/krebs/5pkgs/haskell/brockman.nix b/krebs/5pkgs/haskell/brockman.nix deleted file mode 100644 index aec89b7a..00000000 --- a/krebs/5pkgs/haskell/brockman.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ mkDerivation, aeson, aeson-pretty, base, bytestring -, case-insensitive, conduit, containers, directory, feed, filepath -, hslogger, html-entity, http-client, irc-conduit, lens, lrucache -, network, optparse-applicative, random, safe, stdenv, text, time -, timerep, wreq -, fetchFromGitHub -}: -mkDerivation rec { - pname = "brockman"; - version = "3.2.4"; - src = fetchFromGitHub { - owner = "kmein"; - repo = "brockman"; - rev = version; - sha256 = "1jh2i3rxbw8x0p5xs9ph95ixpsa6h6qm0msjb9xqnw9j8by2fkk2"; - }; - isLibrary = false; - isExecutable = true; - executableHaskellDepends = [ - aeson aeson-pretty base bytestring case-insensitive conduit - containers directory feed filepath hslogger html-entity http-client - irc-conduit lens lrucache network optparse-applicative random safe - text time timerep wreq - ]; - license = stdenv.lib.licenses.mit; -} -- cgit v1.2.3