Skip to content

Commit

Permalink
add missing depends on bytestring and time
Browse files Browse the repository at this point in the history
  • Loading branch information
stepcut committed Nov 5, 2024
1 parent 44d9196 commit d924869
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions clckwrks-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Library
Build-depends:
acid-state >= 0.12 && < 0.17,
base < 5,
bytestring < 0.11,
clckwrks >= 0.23 && < 0.31,
containers >= 0.5 && < 0.7,
haskeline >= 0.7 && < 0.9,
Expand All @@ -33,7 +34,8 @@ Library
megaparsec,
pretty,
rebac,
text
text,
time < 1.9

Executable clckwrks-cli
Main-is:
Expand All @@ -44,6 +46,7 @@ Executable clckwrks-cli
Build-depends:
acid-state >= 0.12 && < 0.17,
base < 5,
bytestring < 0.11,
clckwrks >= 0.23 && < 0.31,
clckwrks-cli,
containers >= 0.5 && < 0.7,
Expand All @@ -54,4 +57,5 @@ Executable clckwrks-cli
megaparsec,
pretty,
rebac,
text
text,
time < 1.9

0 comments on commit d924869

Please sign in to comment.