From 71a3f4e8efa833cc1a8209ab336ac8c454cc2f9b Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 3 Aug 2021 15:44:49 +0200 Subject: env.nix -> shell.nix --- regfish.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 regfish.nix (limited to 'regfish.nix') diff --git a/regfish.nix b/regfish.nix new file mode 100644 index 0000000..d0be0c9 --- /dev/null +++ b/regfish.nix @@ -0,0 +1,13 @@ +{ mkDerivation, acid-state, base, bytestring, data-default +, HandsomeSoup, http-client, hxt, lens, lib, mtl, safecopy, wreq +}: +mkDerivation { + pname = "regfish"; + version = "2.0.0"; + src = ./.; + libraryHaskellDepends = [ + acid-state base bytestring data-default HandsomeSoup http-client + hxt lens mtl safecopy wreq + ]; + license = lib.licenses.mit; +} -- cgit v1.2.3