diff options
| author | tv <tv@krebsco.de> | 2026-03-14 11:40:37 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-14 11:40:41 +0100 |
| commit | 3c7c985982ee3de6b710cca1b75cdd82c531fe42 (patch) | |
| tree | a1415e2b8d5a98896ab51c0560b7379dc4400f8f /terminal-utilities.cabal | |
Diffstat (limited to 'terminal-utilities.cabal')
| -rw-r--r-- | terminal-utilities.cabal | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/terminal-utilities.cabal b/terminal-utilities.cabal new file mode 100644 index 0000000..0f2e74b --- /dev/null +++ b/terminal-utilities.cabal @@ -0,0 +1,16 @@ +cabal-version: 3.0 +name: terminal-utilities +version: 1.0.0.0 +license: MIT +author: tv +maintainer: tv@krebsco.de +build-type: Simple + +library + exposed-modules: + Terminal + build-depends: + base + default-language: GHC2024 + ghc-options: -O2 -Wall -Wextra + hs-source-dirs: lib |
