-
Notifications
You must be signed in to change notification settings - Fork 6
/
hood.cabal
38 lines (35 loc) · 1.32 KB
/
hood.cabal
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
27
28
29
30
31
32
33
34
35
36
37
38
Name: hood
Version: 0.3.1
Synopsis: Debugging by observing in place
Description: Hood debugger, based on the idea of observing functions and structures as they are evaluated.
Category: Debug, Trace
License: BSD3
License-file: LICENSE
Author: Andy Gill
Maintainer: Andy Gill <[email protected]>
Copyright: (c) 2000 Andy Gill, (c) 2010-2015 University of Kansas, (c) 2013-2015 Maarten Faddegon
Homepage: http://ku-fpg.github.io/software/hood
bug-reports: https://github.com/ku-fpg/hood/issues
Stability: alpha
build-type: Simple
Cabal-Version: >= 1.8
tested-with: GHC == 7.4.2
, GHC == 7.6.3
, GHC == 7.8.4
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.3
extra-source-files: CHANGELOG.md, README.md
Library
Build-Depends: base >= 4.5 && < 5, array, FPretty, ghc-prim
Exposed-modules:
Debug.Hood.Observe
Test-Suite hood-test
Type: exitcode-stdio-1.0
Hs-Source-Dirs: test
Main-Is: test.hs
Build-Depends: base, ghc-prim, hood
source-repository head
type: git
location: https://github.com/ku-fpg/hood