diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-06-29 15:10:26 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-06-29 15:10:26 +0200 |
| commit | 5cb4767698cf5b15906fad1d43ac0cfb5ec76ff4 (patch) | |
| tree | 39038f6777ad9adebca0a9e0ba5a19843e8760be /tea-cleaner/TeaCleaner/Options.hs | |
| parent | 620038356a50f30459820833fdf3a38250c6cbf9 (diff) | |
| download | kazbek-5cb4767698cf5b15906fad1d43ac0cfb5ec76ff4.tar.gz | |
Since I do not use gitea anymore and cannot maintain the compatibility
with the new versions.
Diffstat (limited to 'tea-cleaner/TeaCleaner/Options.hs')
| -rw-r--r-- | tea-cleaner/TeaCleaner/Options.hs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tea-cleaner/TeaCleaner/Options.hs b/tea-cleaner/TeaCleaner/Options.hs deleted file mode 100644 index b1b6372..0000000 --- a/tea-cleaner/TeaCleaner/Options.hs +++ /dev/null @@ -1,14 +0,0 @@ -{- This Source Code Form is subject to the terms of the Mozilla Public License, - v. 2.0. If a copy of the MPL was not distributed with this file, You can - obtain one at https://mozilla.org/MPL/2.0/. -} - -module TeaCleaner.Options - ( jsonOptions - ) where - -import qualified Data.Aeson as Aeson - -jsonOptions :: Aeson.Options -jsonOptions = Aeson.defaultOptions - { Aeson.fieldLabelModifier = Aeson.camelTo2 '_' - } |
