Skip to content

Commit d7e4b39

Browse files
committed
version bump 0.11.0
1 parent 2ac5b2c commit d7e4b39

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

curl-runnings.cabal

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
cabal-version: 1.12
22

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.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 107f33201b37a94190519b2e8eb100aa18aadf1f6567dca84d9482b4c7c68a8b
7+
-- hash: b7f43a448b7bffd8bc3340f6483fb99f6391934bc869150ced8021708ca83864
88

99
name: curl-runnings
10-
version: 0.10.0
10+
version: 0.11.0
1111
synopsis: A framework for declaratively writing curl based API tests
1212
description: Please see the README on Github at <https://github.com/aviaviavi/curl-runnings#readme>
1313
category: Testing
@@ -31,6 +31,13 @@ source-repository head
3131
location: https://github.com/aviaviavi/curl-runnings
3232

3333
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
3441
hs-source-dirs:
3542
src
3643
build-depends:
@@ -51,17 +58,12 @@ library
5158
, unordered-containers >=0.2.8.0
5259
, vector >=0.12.0
5360
, 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
6161
default-language: Haskell2010
6262

6363
executable curl-runnings
6464
main-is: Main.hs
65+
other-modules:
66+
Paths_curl_runnings
6567
hs-source-dirs:
6668
app
6769
ghc-options: -threaded -rtsopts -with-rtsopts=-N
@@ -76,13 +78,13 @@ executable curl-runnings
7678
, tar >=0.5.0.3
7779
, text >=1.2.2.2
7880
, zlib >=0.6.1.2
79-
other-modules:
80-
Paths_curl_runnings
8181
default-language: Haskell2010
8282

8383
test-suite curl-runnings-test
8484
type: exitcode-stdio-1.0
8585
main-is: Spec.hs
86+
other-modules:
87+
Paths_curl_runnings
8688
hs-source-dirs:
8789
test
8890
ghc-options: -threaded -rtsopts -with-rtsopts=-N
@@ -92,6 +94,4 @@ test-suite curl-runnings-test
9294
, directory >=1.3.0.2
9395
, hspec >=2.4.4
9496
, hspec-expectations >=0.8.2
95-
other-modules:
96-
Paths_curl_runnings
9797
default-language: Haskell2010

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: curl-runnings
2-
version: 0.10.0
2+
version: 0.11.0
33
github: aviaviavi/curl-runnings
44
license: MIT
55
author: Avi Press

0 commit comments

Comments
 (0)