Skip to content

Commit

Permalink
feat: add liveness property for 2PC (doesn't pass yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Dec 16, 2024
1 parent ce71eab commit 1de9cd6
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 91 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Here's what I'm currently working on:
- https://github.com/schemathesis/schemathesis
- https://github.com/mockoon/mockoon
- https://github.com/usebruno/bruno
- https://fizzbee.io/
- news/blog

#### Other
Expand Down
3 changes: 1 addition & 2 deletions spex.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ common warnings
-Wno-prepositive-qualified-module -Wno-implicit-prelude
-Wno-missing-export-lists -Wno-missing-safe-haskell-mode
-Wno-missing-deriving-strategies -Wno-missing-kind-signatures
-Wno-implicit-lift
-Wno-implicit-lift -Wno-missing-role-annotations

library
import: warnings
Expand Down Expand Up @@ -78,7 +78,6 @@ library
LambdaCase
MultiWayIf
OverloadedRecordDot
RoleAnnotations
StrictData
ViewPatterns

Expand Down
Loading

0 comments on commit 1de9cd6

Please sign in to comment.