aboutsummaryrefslogtreecommitdiffstats
path: root/common/common.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.cabal')
-rw-r--r--common/common.cabal21
1 files changed, 21 insertions, 0 deletions
diff --git a/common/common.cabal b/common/common.cabal
new file mode 100644
index 0000000..738d8be
--- /dev/null
+++ b/common/common.cabal
@@ -0,0 +1,21 @@
+cabal-version: 3.4
+name: common
+version: 0.1.0.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
+ hs-source-dirs: src
+ default-language: GHC2021
+ default-extensions: ViewPatterns
+ ghc-options: -Wall
+ build-depends:
+ aeson,
+ base,
+ split,
+ text