Skip to content

Commit 80ed2b0

Browse files
committed
Remove cardano-client-demo
1 parent 1f19001 commit 80ed2b0

File tree

13 files changed

+1
-1297
lines changed

13 files changed

+1
-1297
lines changed

.github/workflows/stylish-haskell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
cardano-testnet
3636
cardano-git-rev
3737
cardano-node
38-
cardano-client-demo
3938
cardano-node-chairman
4039
cardano-tracer
4140
trace-resources

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lint hlint: ## Run the CI version of hlint
2323
haddock-hoogle haddocks hoogle:
2424
if test -z "$$IN_NIX_SHELL"; then nix-shell --run 'cabal update && cabal haddock all --haddock-hoogle'; else cabal update && cabal haddock all --haddock-hoogle; fi
2525
host-hlint: ## Run the system (not Nix) version of hlint
26-
hlint bench cardano-{api,cli,client-demo,node,node-capi,node-chairman,submit-api,testnet,tracer}
26+
hlint bench cardano-{api,cli,node,node-capi,node-chairman,submit-api,testnet,tracer}
2727

2828
stylish-haskell: ## Apply stylish-haskell on all *.hs files
2929
@find . -type f -name "*.hs" -not -path '.git' -print0 | xargs -0 stylish-haskell -i

cabal.project

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ index-state:
1717
, cardano-haskell-packages 2023-08-06T03:00:00Z
1818

1919
packages:
20-
cardano-client-demo
2120
cardano-git-rev
2221
cardano-node
2322
cardano-node-capi
@@ -41,9 +40,6 @@ package cardano-cli
4140
-- TODO delete the following when the warning is fixed
4241
ghc-options: -Wno-redundant-constraints
4342

44-
package cardano-client-demo
45-
ghc-options: -Werror
46-
4743
package cardano-git-rev
4844
ghc-options: -Werror
4945

cardano-client-demo/CHANGELOG.md

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

cardano-client-demo/ChainSyncClientWithLedgerState.hs

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

cardano-client-demo/LICENSE

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

0 commit comments

Comments
 (0)