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