Skip to content

Commit 2f492d0

Browse files
committed
typed-protocols: use sublibraries
See haskell/cabal#10277, why such long names are used.
1 parent 0975966 commit 2f492d0

File tree

55 files changed

+170
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+170
-1074
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ jobs:
9090
- name: Build projects [build]
9191
run: cabal build all
9292

93-
- name: typed-protocols-examples [test]
94-
run: cabal run typed-protocols-examples:test
93+
- name: typed-protocols:test
94+
run: cabal run typed-protocols:test
9595

9696
# - name: typed-protocols-doc [test]
9797
# run: cabal test typed-protocols-doc

cabal.project

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ index-state:
1515
, cardano-haskell-packages 2025-01-29T20:54:25Z
1616

1717
packages: ./typed-protocols
18-
./typed-protocols-cborg
19-
./typed-protocols-stateful
20-
./typed-protocols-stateful-cborg
21-
./typed-protocols-examples
2218
./typed-protocols-doc
2319

2420
test-show-details: direct

typed-protocols-cborg/CHANGELOG.md

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

typed-protocols-cborg/LICENSE

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

typed-protocols-cborg/NOTICE

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

typed-protocols-cborg/README.md

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

typed-protocols-cborg/typed-protocols-cborg.cabal

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

0 commit comments

Comments
 (0)