Skip to content

Commit

Permalink
even more todos
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHajdu committed Apr 24, 2020
1 parent c1457e7 commit 63ec498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bobek.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ executable bobek
, optparse-applicative
hs-source-dirs: src
default-language: Haskell2010
default-extensions: OverloadedStrings
default-extensions: DerivingStrategies, OverloadedStrings
ghc-options: -Weverything
-Wno-missing-exported-signatures
-Wno-implicit-prelude
Expand Down
2 changes: 2 additions & 0 deletions todo
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
- hlint
- format
- coverage
- make sub probject Bobek
- safe prelude
- fix script filter protocol (length of message in first line, json?, base64)
- use phantom type parameter to track published state of messages
- extract bulk size to config
Expand Down

0 comments on commit 63ec498

Please sign in to comment.