summaryrefslogtreecommitdiff
path: root/erebos-tester.cabal
blob: ea0add779fdf1d6fa0cee0407a1c9a6dbc53c62b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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