{ mkDerivation, aeson, aeson-pretty, base, bytestring , getopt-generics, lib, process, template-haskell, text, universum , walint }: mkDerivation { pname = "walint-cli"; version = "0.1"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ aeson aeson-pretty base bytestring getopt-generics process template-haskell text universum walint ]; homepage = "https://stuebinm.eu/git/walint"; license = "unknown"; mainProgram = "walint"; }