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