We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typed-protocols-doc
1 parent da6757f commit 5741f30Copy full SHA for 5741f30
.github/workflows/haskell.yml
@@ -93,8 +93,8 @@ jobs:
93
- name: typed-protocols-examples [test]
94
run: cabal run typed-protocols-examples:test
95
96
- - name: typed-protocols-doc [test]
97
- run: cabal test typed-protocols-doc
+ # - name: typed-protocols-doc [test]
+ # run: cabal test typed-protocols-doc
98
99
stylish-haskell:
100
runs-on: ubuntu-22.04
cabal.project
@@ -19,6 +19,6 @@ packages: ./typed-protocols
19
./typed-protocols-stateful
20
./typed-protocols-stateful-cborg
21
./typed-protocols-examples
22
- ./typed-protocols-doc
+ -- ./typed-protocols-doc
23
24
test-show-details: direct
0 commit comments