From a0117afeb586c9c113149522a7132f696d240d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 19 Jul 2021 19:57:52 +0200 Subject: Initial commit from cabal init --- erebos-tester.cabal | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 erebos-tester.cabal (limited to 'erebos-tester.cabal') diff --git a/erebos-tester.cabal b/erebos-tester.cabal new file mode 100644 index 0000000..ea0add7 --- /dev/null +++ b/erebos-tester.cabal @@ -0,0 +1,26 @@ +cabal-version: 2.2 +-- Initial package description 'erebos-tester.cabal' generated by 'cabal +-- init'. For further documentation, see +-- http://haskell.org/cabal/users-guide/ + +name: erebos-tester +version: 0.1.0.0 +-- synopsis: +-- description: +homepage: http://erebosprotocol.net +-- bug-reports: +license: GPL-3.0-only +license-file: LICENSE +author: Roman Smrž +maintainer: roman.smrz@seznam.cz +-- copyright: +category: Testing +extra-source-files: CHANGELOG.md + +executable erebos-tester + main-is: Main.hs + -- other-modules: + -- other-extensions: + build-depends: base ^>=4.13.0.0 + hs-source-dirs: src + default-language: Haskell2010 -- cgit v1.2.3