graph-trace/exe/exe.cabal

38 lines
960 B
Plaintext
Raw Permalink Normal View History

2021-11-25 23:57:38 +03:00
cabal-version: 2.4
name: exe
version: 0.1.0.0
-- A short (one-line) description of the package.
2021-12-20 07:57:37 +03:00
synopsis: Test executable
2021-11-25 23:57:38 +03:00
-- A longer description of the package.
2021-12-20 07:57:37 +03:00
description: Test executable for @graph-viz@
2021-11-25 23:57:38 +03:00
-- A URL where users can report bugs.
-- bug-reports:
-- The license under which the package is released.
2021-12-20 07:57:37 +03:00
license: MIT
2021-11-25 23:57:38 +03:00
-- The package author(s).
-- author:
maintainer: aaron@flipstone.com
-- A copyright notice.
-- copyright:
2021-12-20 07:57:37 +03:00
category: testing
2021-11-25 23:57:38 +03:00
extra-source-files: CHANGELOG.md
2021-12-20 07:57:37 +03:00
tested-with: GHC==9.2.1, GHC==9.0.1, GHC==8.10.7
2021-11-25 23:57:38 +03:00
executable test-exe
main-is: Main.hs
hs-source-dirs: app
other-modules: Class
-- other-extensions:
2021-12-20 07:57:37 +03:00
build-depends: base >= 4.9 && < 5
2021-11-25 23:57:38 +03:00
, graph-trace
, random
-- hs-source-dirs:
default-language: Haskell2010
2021-12-21 06:43:40 +03:00
-- ghc-options: -fplugin=Graph.Trace -fplugin-opt Graph.Trace:debug-all -fno-cse -fno-full-laziness