From 30266ddd6e1aaf6e3ef689167c40c796fa8cef38 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 31 May 2020 16:54:52 +0200 Subject: [PATCH] Track _shake/build.cabal. --- _shake/build.cabal | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _shake/build.cabal diff --git a/_shake/build.cabal b/_shake/build.cabal new file mode 100644 index 0000000..f491bbf --- /dev/null +++ b/_shake/build.cabal @@ -0,0 +1,25 @@ +-- Initial build.cabal generated by cabal init. For further documentation, +-- see http://haskell.org/cabal/users-guide/ + +name: build +version: 0.1.0.0 +synopsis: A Shake build system for my application in French. +-- description: +license: GPL-3 +license-file: LICENSE +author: Sergiu Ivanov +maintainer: sivanov@colimite.fr +-- copyright: +category: Text +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 + +executable build + main-is: Build.hs + -- other-modules: + -- other-extensions: + build-depends: base >=4.9 && <4.14, + shake >=0.16 && <0.20 + -- hs-source-dirs: + default-language: Haskell2010