File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ library:
35
35
- yaml >= 0.11 && < 1
36
36
37
37
executables :
38
- simple :
39
- source-dirs : examples/simple
38
+ example :
39
+ source-dirs : example
40
40
main : Main.hs
41
41
ghc-options :
42
42
- -threaded
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 1.12
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: b2d2d608703f6ae2b57565d5154c564a719601449920e293140b827f2016960e
7
+ -- hash: 0c6dc925962b0792caf893249bc6e9c17140b5e2a7c9e3b9cbae16165580dc4c
8
8
9
9
name : rollbar-client
10
10
version : 0.1.0
@@ -48,12 +48,12 @@ library
48
48
, yaml >= 0.11 && < 1
49
49
default-language : Haskell2010
50
50
51
- executable simple
51
+ executable example
52
52
main-is : Main.hs
53
53
other-modules :
54
54
Paths_rollbar_client
55
55
hs-source-dirs :
56
- examples/simple
56
+ example
57
57
ghc-options : -threaded -rtsopts -with-rtsopts=-N
58
58
build-depends :
59
59
base >= 4.12 && < 5
File renamed without changes.
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ library:
35
35
- wai-extra >= 3.0 && < 4
36
36
37
37
executables :
38
- warp :
39
- source-dirs : examples/warp
38
+ example :
39
+ source-dirs : example
40
40
main : Main.hs
41
41
ghc-options :
42
42
- -threaded
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 1.12
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 10f262212c1d1c195f83f20b97a2a6b843bc966675c0f00bd8039fc291a806d5
7
+ -- hash: 72b348349d30a4db9195059fcbc52cfd70bfa4a150bb1423c7039325eff39e78
8
8
9
9
name : rollbar-wai
10
10
version : 0.1.0
@@ -48,12 +48,12 @@ library
48
48
, wai-extra >= 3.0 && < 4
49
49
default-language : Haskell2010
50
50
51
- executable warp
51
+ executable example
52
52
main-is : Main.hs
53
53
other-modules :
54
54
Paths_rollbar_wai
55
55
hs-source-dirs :
56
- examples/warp
56
+ example
57
57
ghc-options : -threaded -rtsopts -with-rtsopts=-N
58
58
build-depends :
59
59
base >= 4.12 && < 5
You can’t perform that action at this time.
0 commit comments