From 55cead7b8d31f5e5fe09df0588abf736a465c0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 30 Nov 2022 21:30:26 +0100 Subject: First build test using cabal --- minici.cabal | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'minici.cabal') diff --git a/minici.cabal b/minici.cabal index 55bad96..1dce029 100644 --- a/minici.cabal +++ b/minici.cabal @@ -21,12 +21,29 @@ maintainer: roman.smrz@seznam.cz executable minici main-is: Main.hs + ghc-options: -Wall -- Modules included in this executable, other than Main. -- other-modules: -- LANGUAGE extensions used by modules in this package. + default-extensions: ExistentialQuantification + FlexibleContexts + FlexibleInstances + GADTs + GeneralizedNewtypeDeriving + ImportQualifiedPost + LambdaCase + MultiParamTypeClasses + OverloadedStrings + ScopedTypeVariables + TupleSections + TypeApplications -- other-extensions: build-depends: base ^>=4.15.1.0 + , directory >=1.3 && <1.4 + , mtl >=2.2 && <2.3 + , process >=1.6 && <1.7 + , text >=1.2 && <1.3 hs-source-dirs: src default-language: Haskell2010 -- cgit v1.2.3