diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-28 03:23:42 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-28 03:23:42 +0100 |
commit | 82d64d4053f47d6263b0faef708dc0c7a905216b (patch) | |
tree | edd8dc0c6268e8db731ce0a877b479c4fcf60c29 /tags/tags.cabal | |
parent | 2d3effac83121e3f30806eaa99f9659a2d1c71a7 (diff) |
chore: add filter, sort to library tags
Diffstat (limited to 'tags/tags.cabal')
-rw-r--r-- | tags/tags.cabal | 14 |
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 |