diff options
author | tv <tv@krebsco.de> | 2016-05-25 00:31:49 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-05-25 00:31:49 +0200 |
commit | 0462b01127a45ca44c9a8b1821c05ecd6fdaa2ee (patch) | |
tree | 392862312fd1edc3826363d83e00a675b026f382 /tv/5pkgs/xmonad-tv/Makefile | |
parent | d2bce03b21dbfa1d94a69c3cd77e60acc0f37a85 (diff) |
xmonad-tv: convert to writeHaskellBin
Diffstat (limited to 'tv/5pkgs/xmonad-tv/Makefile')
-rw-r--r-- | tv/5pkgs/xmonad-tv/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tv/5pkgs/xmonad-tv/Makefile b/tv/5pkgs/xmonad-tv/Makefile deleted file mode 100644 index cbb0776..0000000 --- a/tv/5pkgs/xmonad-tv/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -.PHONY: ghci -ghci: shell.nix - nix-shell --command 'exec ghci -Wall' - -shell.nix: xmonad.cabal - cabal2nix --shell . > $@ |