diff options
| author | LLLL Colonq <llll@colonq> | 2024-01-11 20:42:57 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-01-11 20:42:57 -0500 |
| commit | ae18b594c97782cc201ffa365f12064831b1ec93 (patch) | |
| tree | 5570a7f8ab15a113f332839b900c2c47444e7314 /fig-bus/fig-bus.cabal | |
| parent | 0be357bb60a2bc4523056aba34add78b715211f5 (diff) | |
Handle stickers, properly handle exceptions in threads
Diffstat (limited to 'fig-bus/fig-bus.cabal')
| -rw-r--r-- | fig-bus/fig-bus.cabal | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fig-bus/fig-bus.cabal b/fig-bus/fig-bus.cabal index ec68ef5..327582b 100644 --- a/fig-bus/fig-bus.cabal +++ b/fig-bus/fig-bus.cabal @@ -10,12 +10,11 @@ common defaults common deps build-depends: base + , async , binary , bytestring , containers , directory - , containers - , directory , filepath , megaparsec , mtl @@ -42,4 +41,4 @@ executable fig-bus build-depends: fig-bus, optparse-applicative hs-source-dirs: main - main-is: Main.hs
\ No newline at end of file + main-is: Main.hs |
