stockholm/tv/5pkgs/haskell/th-env/default.nix

11 lines
297 B
Nix

{ mkDerivation, base, lib, template-haskell, text }:
mkDerivation {
pname = "th-env";
version = "1.0.0";
src = ./.;
libraryHaskellDepends = [ base template-haskell text ];
homepage = "https://stackoverflow.com/q/57635686";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}