diff options
| author | tv <tv@krebsco.de> | 2026-03-14 11:40:37 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-19 23:07:42 +0100 |
| commit | e2c0cc11a71c785b268f31f60bed2a79e00a4d61 (patch) | |
| tree | ce92ccb8200cfdba9785f32c99215fba9414cb05 /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..509a087 --- /dev/null +++ b/terminal-utilities.cabal @@ -0,0 +1,16 @@ +cabal-version: 3.0 +name: terminal-utilities +version: 1.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: src |
