forked from primetype/inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
inspector.cabal
66 lines (63 loc) · 1.67 KB
/
inspector.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 076fc959ff612b7b889c8f02ce5082b559a2a577496054a6777a4b71b2ba1938
name: inspector
version: 0.2
category: Testing
homepage: https://github.com/primetype/inspector#readme
author: Nicolas Di Prima
maintainer: nicolas@primetype.co.uk
copyright: 2017-2018 PrimeType Ltd
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
LICENSE
README.md
library
hs-source-dirs:
src
default-extensions: NoImplicitPrelude TypeFamilies DataKinds OverloadedStrings
ghc-options: -Wall -Werror
build-depends:
base
, basement >=0.0.7
, crypton
, foundation >=0.0.20
, memory >=0.14.15
exposed-modules:
Inspector
Inspector.TestVector.Types
Inspector.TestVector.Value
other-modules:
Inspector.Method
Inspector.Monad
Inspector.Export.Markdown
Inspector.Export.Rust
Inspector.Export.Types
Inspector.Export.RefFile
Inspector.Export.Diff
Inspector.Parser
Inspector.Builder
Inspector.TestVector.Key
Inspector.TestVector.TestVector
default-language: Haskell2010
executable example
main-is: Main.hs
hs-source-dirs:
example/
default-extensions: NoImplicitPrelude TypeFamilies DataKinds OverloadedStrings
ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-depends:
base
, basement >=0.0.7
, crypton
, foundation >=0.0.20
, inspector
, memory >=0.14.15
other-modules:
Paths_inspector
default-language: Haskell2010