Skip to content

Commit a6bb1c6

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

File tree

55 files changed

+171
-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

+171
-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
@@ -1,10 +1,6 @@
11
index-state: 2025-05-05T00:00:00Z
22

33
packages: ./typed-protocols
4-
./typed-protocols-cborg
5-
./typed-protocols-stateful
6-
./typed-protocols-stateful-cborg
7-
./typed-protocols-examples
84
./typed-protocols-doc
95

106
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)