Skip to content

Commit e420e52

Browse files
Delete matrix-bot and move the client to the top level
1 parent cd32c8b commit e420e52

File tree

20 files changed

+1
-263
lines changed

20 files changed

+1
-263
lines changed
File renamed without changes.
File renamed without changes.

cabal.project

Lines changed: 0 additions & 1 deletion
This file was deleted.

flake.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
myHaskellPackages = prev.haskellPackages.override {
2121
overrides = hpFinal: hpPrev: {
2222
base64 = hpPrev.base64_1_0;
23-
matrix-client =
24-
hpPrev.callCabal2nix "matrix-client" ./matrix-client/. { };
25-
matrix-bot =
26-
hpPrev.callCabal2nix "matrix-bot" ./matrix-bot/. { };
23+
matrix-client = hpPrev.callCabal2nix "matrix-client" ./. { };
2724
};
2825
};
2926
})

matrix-bot/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

matrix-bot/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

matrix-bot/matrix-bot.cabal

Lines changed: 0 additions & 36 deletions
This file was deleted.

matrix-bot/src/MatrixBot/Main.hs

Lines changed: 0 additions & 8 deletions
This file was deleted.
File renamed without changes.

matrix-client/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)