-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhspec-pretty-json.cabal
57 lines (53 loc) · 1.26 KB
/
hspec-pretty-json.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
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: hspec-pretty-json
version: 0.0.0
author: Simon Hengel <[email protected]>
maintainer: Simon Hengel <[email protected]>
copyright: (c) 2022-2023 Simon Hengel
license: MIT
license-file: LICENSE
build-type: Simple
library
exposed-modules:
Test.Hspec.PrettyJSON
other-modules:
Paths_hspec_pretty_json
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, aeson-pretty ==0.8.*
, base >=4.11.0.0 && <5
, bytestring
, hspec-core >=2.10 && <3
, text
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Test.Hspec.PrettyJSON
README
Test.Hspec.PrettyJSONSpec
Paths_hspec_pretty_json
hs-source-dirs:
src
test
ghc-options: -Wall -pgmL markdown-unlit
cpp-options: -DTEST
build-tool-depends:
hspec-discover:hspec-discover
, markdown-unlit:markdown-unlit
build-depends:
aeson
, aeson-pretty ==0.8.*
, base >=4.11.0.0 && <5
, bytestring
, hspec ==2.*
, hspec-core >=2.10 && <3
, text
default-language: Haskell2010