From 82d64d4053f47d6263b0faef708dc0c7a905216b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 28 Dec 2023 03:23:42 +0100 Subject: chore: add filter, sort to library tags --- tags/tags.cabal | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'tags/tags.cabal') 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 -- cgit v1.2.3