Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:

# FIXME: While the NPM build is not working, I'll need to manually create
# The recycle-ics-ui build first
- run: nix-build -A recycle-client -A recycle-ics
- run: nix-build -A recycle-ics
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ Prerequisites:

## Usage

The application can be used in 3 ways: an API client for the [RecycleApp.be API](recycleapp.be), an CLI ICS file generator for waste collection, and a server for generating the ICS files.

### API Client

See `recycle client --help`
The application can be used in 2 ways: an CLI ICS file generator for waste collection, and a server for generating the ICS files.

### CLI app

Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
packages:
./recycle-client
./recycle-ics
2 changes: 0 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ let
export RECYCLE_ICS_WWW_DIR=${recycle-ics-ui}
'';
}] else []) ++ (if release then [{
packages.recycle-client.components.exes.recycle-client.dontStrip = false;
packages.recycle-ics.components.exes.recycle-ics.dontStrip = false;
}] else
[ ]);
Expand All @@ -32,6 +31,5 @@ let
in {
inherit sources nixpkgs hsPkgs recycle-ics-ui;

inherit (hsPkgs.recycle-client.components.exes) recycle-client;
inherit (hsPkgs.recycle-ics.components.exes) recycle-ics;
}
9 changes: 0 additions & 9 deletions recycle-client/LICENSE

This file was deleted.

2 changes: 0 additions & 2 deletions recycle-client/Setup.hs

This file was deleted.

71 changes: 0 additions & 71 deletions recycle-client/app/Main.hs

This file was deleted.

94 changes: 0 additions & 94 deletions recycle-client/app/Opts.hs

This file was deleted.

Loading