aboutsummaryrefslogtreecommitdiffstats
path: root/common/common.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-20 12:29:35 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2025-02-20 18:36:23 +0100
commitcaf72faccc04e647c27e1b5eef85c515949d8210 (patch)
treeec32dda7b87c12712307d2d101368fed5888d4b9 /common/common.cabal
parent3c64b52017e7c16da0d017c033c77eee5d7a4340 (diff)
consolidate `backend, cli, common` -> `acms`
Diffstat (limited to 'common/common.cabal')
-rw-r--r--common/common.cabal23
1 files changed, 0 insertions, 23 deletions
diff --git a/common/common.cabal b/common/common.cabal
deleted file mode 100644
index d67e5d6..0000000
--- a/common/common.cabal
+++ /dev/null
@@ -1,23 +0,0 @@
-cabal-version: 3.4
-name: common
-version: 0.2.0
-license: BSD-3-Clause
-license-file: LICENSE
-maintainer: aforemny@posteo.de
-author: Alexander Foremny
-build-type: Simple
-extra-doc-files: CHANGELOG.md
-
-library
- exposed-modules: Version,
- Collection
- hs-source-dirs: src
- default-language: GHC2021
- default-extensions: ViewPatterns
- ghc-options: -Wall
- build-depends:
- aeson,
- base,
- miso,
- split,
- text