From 44775b4416dda22ea33a87018b96665ad26df838 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Hamal=20Dvo=C5=99=C3=A1k?= <mordae@anilinux.org>
Date: Wed, 22 Jan 2020 12:09:31 +0100
Subject: [PATCH] Remove unused extensions
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Hamal Dvořák <mordae@anilinux.org>
---
 package.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package.yaml b/package.yaml
index e4e6ef6..fc6c75a 100644
--- a/package.yaml
+++ b/package.yaml
@@ -24,7 +24,6 @@ extra-source-files: README.md
 ghc-options: -Wall -Wcompat
 default-extensions:
   - BlockArguments
-  - DeriveGeneric
   - FlexibleInstances
   - GeneralizedNewtypeDeriving
   - LambdaCase
@@ -36,7 +35,6 @@ default-extensions:
   - RecordWildCards
   - ScopedTypeVariables
   - StandaloneDeriving
-  - DataKinds
 
 dependencies:
   - aeson              >= 1.4  && <1.5
-- 
GitLab