summaryrefslogtreecommitdiffstats
path: root/tags/tags.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tags/tags.cabal')
-rw-r--r--tags/tags.cabal14
1 files changed, 6 insertions, 8 deletions
diff --git a/tags/tags.cabal b/tags/tags.cabal
index c78b2c6..0149e74 100644
--- a/tags/tags.cabal
+++ b/tags/tags.cabal
@@ -11,26 +11,23 @@ maintainer: aforemny@posteo.de
category: Data
build-type: Simple
extra-doc-files: CHANGELOG.md
--- extra-source-files:
-
-common warnings
- ghc-options: -Wall
library
- import: warnings
+ ghc-options: -Wall
exposed-modules:
Tag
+ other-modules:
TypedValue
- -- other-modules:
- -- other-extensions:
build-depends:
aeson,
+ attoparsec,
base,
binary,
containers,
+ regex,
text,
time
- hs-source-dirs: src
+ hs-source-dirs: src
default-language: GHC2021
default-extensions:
DeriveAnyClass
@@ -38,3 +35,4 @@ library
ImportQualifiedPost
LambdaCase
OverloadedRecordDot
+ OverloadedStrings