From f92c593a3d2c4bdb023fdd834b6e8c874d063cc8 Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Thu, 29 Feb 2024 04:11:10 +0100
Subject: feat: add `review` command

Prototype of the `review` command, cf. `anissue review -h`. Also adds
the `status` command.
---
 app/Data/List/NonEmpty/Zipper/Extra.hs | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 app/Data/List/NonEmpty/Zipper/Extra.hs

(limited to 'app/Data/List')

diff --git a/app/Data/List/NonEmpty/Zipper/Extra.hs b/app/Data/List/NonEmpty/Zipper/Extra.hs
new file mode 100644
index 0000000..638a9bd
--- /dev/null
+++ b/app/Data/List/NonEmpty/Zipper/Extra.hs
@@ -0,0 +1,8 @@
+{-# OPTIONS_GHC -fno-warn-orphans #-}
+
+module Data.List.NonEmpty.Zipper.Extra where
+
+import Data.Binary (Binary)
+import Data.List.NonEmpty.Zipper (Zipper)
+
+instance Binary a => Binary (Zipper a)
-- 
cgit v1.2.3