From a03ddf116287609057f8372a019ca3d254e14207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 13 Aug 2022 18:05:34 +0200 Subject: Declare other used language extensions in cabal file --- erebos.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index 9489f20..6e6fd14 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -58,7 +58,10 @@ executable erebos TypeFamilies TypeFamilyDependencies - -- other-extensions: + other-extensions: ForeignFunctionInterface + RecursiveDo + UndecidableInstances + build-depends: aeson >=1.4 && <2.1, base >=4.13 && <4.17, binary >=0.8 && <0.11, -- cgit v1.2.3