From e2c0cc11a71c785b268f31f60bed2a79e00a4d61 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 14 Mar 2026 11:40:37 +0100 Subject: init --- terminal-utilities.cabal | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 terminal-utilities.cabal (limited to 'terminal-utilities.cabal') 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 -- cgit v1.2.3