From 1a7c345d3d530c566840c72f59a932f292cefd09 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 17 Feb 2021 16:01:53 +0100 Subject: Initial --- coolbal.cabal | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 coolbal.cabal (limited to 'coolbal.cabal') diff --git a/coolbal.cabal b/coolbal.cabal new file mode 100644 index 0000000..7ddf99c --- /dev/null +++ b/coolbal.cabal @@ -0,0 +1,40 @@ +cabal-version: >=1.10 +name: coolbal +synopsis: Minimal Cabal client +version: 0.1.0.0 +license: MIT +author: Tom Smeding +maintainer: tom@tomsmeding.com +build-type: Simple + +executable coolbal + main-is: Main.hs + other-modules: + Coolbal.CabalPlan + Coolbal.Configure + Coolbal.Directory + Coolbal.FindSpec + Coolbal.Options + Coolbal.Target + Coolbal.Target.Executable + Coolbal.Util + build-depends: base >= 4.13 && < 4.15, + Cabal >= 3.2.1.0 && < 3.3.0.0, + bytestring >= 0.10.12 && < 0.11, + directory, + filepath, + binary >= 0.8.8.0 && < 0.9, + process >= 1.6.9.0 && < 1.7, + json-syntax >= 0.1.2.0 && < 0.2, + byteslice, + array-chunks, + optparse-applicative >= 0.16.1.0 && < 0.17, + containers >= 0.6.2.1 && < 0.7 + -- mtl >= 2.2.2 && < 2.3, + -- parsec >= 3.1.14.0 && < 3.2, + -- stm >= 2.5.0.0 && < 2.6, + -- text >= 1.2.4.1 && < 1.3, + -- time >= 1.9.3 && < 1.11 + hs-source-dirs: . + default-language: Haskell2010 + ghc-options: -Wall -O2 -threaded -- cgit v1.2.3-70-g09d2