From e6d18e50e54687466004de64ac02c3d68562e9af Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Wed, 27 Nov 2019 17:19:19 +0100
Subject: [PATCH] Disable inaccurate description

---
 package.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.yaml b/package.yaml
index 0345e89..2083e40 100644
--- a/package.yaml
+++ b/package.yaml
@@ -17,7 +17,7 @@ extra-source-files:
 # To avoid duplicated efforts in documentation and dealing with the
 # complications of embedding Haddock markup inside cabal files, it is
 # common to point users to the README.md file.
-description:         Please see the README on GitHub at <https://github.com/githubuser/qbar#readme>
+#description:         Please see the README on GitHub at <https://github.com/githubuser/qbar#readme>
 
 dependencies:
 - base >= 4.7 && < 5
-- 
GitLab