Skip to content
Snippets Groups Projects
Unverified Commit fafc59bf authored by stuebinm's avatar stuebinm
Browse files

add default.nix

parent f141d99d
Branches
Tags
No related merge requests found
{ mkDerivation, aeson, aeson-pretty, base, bytestring
, bytestring-encoding, containers, either, extra, filepath
, getopt-generics, lib, mtl, regex-tdfa, text, transformers, vector
}:
mkDerivation {
pname = "walint";
version = "0.1.0.0";
src = ./.;
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring containers either extra filepath
getopt-generics mtl regex-tdfa text transformers vector
];
executableHaskellDepends = [
aeson aeson-pretty base bytestring bytestring-encoding
getopt-generics text
];
license = "unknown";
hydraPlatforms = lib.platforms.none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment