From 924746b8ab4904d24a3cb242b95e8b91f0970129 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 2 Jun 2026 17:19:14 -0700 Subject: initial (functional?) version --- loom.cabal | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 loom.cabal (limited to 'loom.cabal') diff --git a/loom.cabal b/loom.cabal new file mode 100644 index 0000000..233d8a5 --- /dev/null +++ b/loom.cabal @@ -0,0 +1,30 @@ +cabal-version: 3.0 +name: loom +version: 0.1.0.0 +-- synopsis: +-- description: +homepage: tccq.net +license: MIT +license-file: LICENSE +author: Thomas Ulmer +maintainer: thomasmulmer02@gmail.com +-- copyright: +category: Web +build-type: Simple +extra-doc-files: CHANGELOG.md +-- extra-source-files: + +common warnings + ghc-options: -Wall + +executable loom + import: warnings + main-is: Main.hs + -- other-modules: + -- other-extensions: + build-depends: base ^>=4.18.3.0 + , filepath + , directory + , text + hs-source-dirs: src + default-language: Haskell2010 -- cgit v1.2.3