diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-08-06 14:25:19 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-08-06 14:25:19 +0200 |
| commit | 69ba04a7314aa5750a5fedbb9533cf775486870f (patch) | |
| tree | 2d9f88b4020b8e3136494074dceb5e48c9828591 /slackbuilder.cabal | |
| parent | 028f64d25a93e0430f22240024e255eec12bfb09 (diff) | |
| download | slackbuilder-69ba04a7314aa5750a5fedbb9533cf775486870f.tar.gz | |
Move text URL check to the Haskell binary
Diffstat (limited to 'slackbuilder.cabal')
| -rw-r--r-- | slackbuilder.cabal | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/slackbuilder.cabal b/slackbuilder.cabal index 66418de..29c2a9d 100644 --- a/slackbuilder.cabal +++ b/slackbuilder.cabal @@ -23,15 +23,19 @@ extra-source-files: CHANGELOG.md executable slackbuilder main-is: Main.hs - -- Modules included in this executable, other than Main. - -- other-modules: - + other-modules: + SlackBuilder.CommandLine + SlackBuilder.Updater default-extensions: OverloadedStrings + RecordWildCards TemplateHaskell build-depends: aeson ^>= 2.2.0, base ^>= 4.16.4.0, + bytestring ^>= 0.11.0, + modern-uri ^>= 0.3.6, + optparse-applicative ^>= 0.18.1, req ^>=3.13, text ^>= 2.0, unordered-containers ^>= 0.2.19, |
