aboutsummaryrefslogtreecommitdiffstats
path: root/common/common.cabal
diff options
context:
space:
mode:
authorLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-13 09:55:20 +0200
committerLibravatar Kierán Meinhardt <kmein@posteo.de>2024-10-13 09:55:24 +0200
commit962db630a81a4040902c23c773df3069a48db0a3 (patch)
tree65c2208cd0fe98aa8979080cb22b84edc35253ef /common/common.cabal
parent895772f1e76d0cdf12eba5a579ce889d585c9072 (diff)
move Collection types to common
Diffstat (limited to 'common/common.cabal')
-rw-r--r--common/common.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/common.cabal b/common/common.cabal
index 738d8be..2c98a47 100644
--- a/common/common.cabal
+++ b/common/common.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: common
-version: 0.1.0.0
+version: 0.2.0
license: BSD-3-Clause
license-file: LICENSE
maintainer: aforemny@posteo.de
@@ -9,7 +9,8 @@ build-type: Simple
extra-doc-files: CHANGELOG.md
library
- exposed-modules: Version
+ exposed-modules: Version,
+ Collection
hs-source-dirs: src
default-language: GHC2021
default-extensions: ViewPatterns