1
1
cabal-version : 1.12
2
2
3
- -- This file has been generated from package.yaml by hpack version 0.31.2 .
3
+ -- This file has been generated from package.yaml by hpack version 0.31.1 .
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 107f33201b37a94190519b2e8eb100aa18aadf1f6567dca84d9482b4c7c68a8b
7
+ -- hash: b7f43a448b7bffd8bc3340f6483fb99f6391934bc869150ced8021708ca83864
8
8
9
9
name : curl-runnings
10
- version : 0.10 .0
10
+ version : 0.11 .0
11
11
synopsis : A framework for declaratively writing curl based API tests
12
12
description : Please see the README on Github at <https://github.com/aviaviavi/curl-runnings#readme>
13
13
category : Testing
@@ -31,6 +31,13 @@ source-repository head
31
31
location : https://github.com/aviaviavi/curl-runnings
32
32
33
33
library
34
+ exposed-modules :
35
+ Testing.CurlRunnings
36
+ Testing.CurlRunnings.Types
37
+ Testing.CurlRunnings.Internal
38
+ Testing.CurlRunnings.Internal.Parser
39
+ other-modules :
40
+ Paths_curl_runnings
34
41
hs-source-dirs :
35
42
src
36
43
build-depends :
@@ -51,17 +58,12 @@ library
51
58
, unordered-containers >= 0.2.8.0
52
59
, vector >= 0.12.0
53
60
, yaml >= 0.8.28
54
- exposed-modules :
55
- Testing.CurlRunnings
56
- Testing.CurlRunnings.Types
57
- Testing.CurlRunnings.Internal
58
- Testing.CurlRunnings.Internal.Parser
59
- other-modules :
60
- Paths_curl_runnings
61
61
default-language : Haskell2010
62
62
63
63
executable curl-runnings
64
64
main-is : Main.hs
65
+ other-modules :
66
+ Paths_curl_runnings
65
67
hs-source-dirs :
66
68
app
67
69
ghc-options : -threaded -rtsopts -with-rtsopts=-N
@@ -76,13 +78,13 @@ executable curl-runnings
76
78
, tar >= 0.5.0.3
77
79
, text >= 1.2.2.2
78
80
, zlib >= 0.6.1.2
79
- other-modules :
80
- Paths_curl_runnings
81
81
default-language : Haskell2010
82
82
83
83
test-suite curl-runnings-test
84
84
type : exitcode-stdio-1.0
85
85
main-is : Spec.hs
86
+ other-modules :
87
+ Paths_curl_runnings
86
88
hs-source-dirs :
87
89
test
88
90
ghc-options : -threaded -rtsopts -with-rtsopts=-N
@@ -92,6 +94,4 @@ test-suite curl-runnings-test
92
94
, directory >= 1.3.0.2
93
95
, hspec >= 2.4.4
94
96
, hspec-expectations >= 0.8.2
95
- other-modules :
96
- Paths_curl_runnings
97
97
default-language : Haskell2010
0 commit comments