From 3bb3e3bb0d813bc07eda84913e58d556134c4b69 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 3 Dec 2020 22:45:11 +0100 Subject: [PATCH] yammat.cabal: add newly required language extensions --- yammat.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yammat.cabal b/yammat.cabal index 2b64161..67f2969 100644 --- a/yammat.cabal +++ b/yammat.cabal @@ -65,6 +65,9 @@ library ViewPatterns TupleSections RecordWildCards + DerivingStrategies + StandaloneDeriving + UndecidableInstances build-depends: base >= 4 && < 5 , yesod >= 1.6