Skip to content

Commit a8aaf0f

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

File tree

20 files changed

+2
-264
lines changed

20 files changed

+2
-264
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: 2 additions & 5 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
})
@@ -88,7 +85,7 @@
8885
packages = with pkgs.myHaskellPackages; { inherit matrix-client; };
8986
defaultPackage = packages.matrix-client;
9087
devShell = pkgs.myHaskellPackages.shellFor {
91-
packages = p: [ p.matrix-client p.matrix-bot ];
88+
packages = p: [ p.matrix-client ];
9289

9390
buildInputs = with pkgs.myHaskellPackages; [
9491
cabal-install

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)