diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-11-10 11:14:45 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-11-10 11:14:45 +0100 |
commit | 8015bdc11b63e46ff4685075e90bb49197076653 (patch) | |
tree | 1cd51b8d9711c141dff38874744953fed48ae72d /app/Issue/Filter.hs | |
parent | 4fd26f9cffd97aeb36435f3220e06b58e4097f17 (diff) |
@backlog issues, remove @scheduled
Diffstat (limited to 'app/Issue/Filter.hs')
-rw-r--r-- | app/Issue/Filter.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Issue/Filter.hs b/app/Issue/Filter.hs index 7501e35..e8209a7 100644 --- a/app/Issue/Filter.hs +++ b/app/Issue/Filter.hs @@ -41,6 +41,8 @@ import Options.Applicative qualified as O -- -- [1] Not in the sense that it is rejected, but in the sense that the negation -- is not parsed. It is just the literal value `!<v`. +-- +-- @backlog data Filter = Filter Mode SimpleFilter deriving (Show) data Mode = Include | Exclude deriving (Show) |