Skip to content

Commit 3658970

Browse files
committed
Rename examples
1 parent 1ef4ed9 commit 3658970

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

rollbar-client/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ library:
3535
- yaml >= 0.11 && < 1
3636

3737
executables:
38-
simple:
39-
source-dirs: examples/simple
38+
example:
39+
source-dirs: example
4040
main: Main.hs
4141
ghc-options:
4242
- -threaded

rollbar-client/rollbar-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: b2d2d608703f6ae2b57565d5154c564a719601449920e293140b827f2016960e
7+
-- hash: 0c6dc925962b0792caf893249bc6e9c17140b5e2a7c9e3b9cbae16165580dc4c
88

99
name: rollbar-client
1010
version: 0.1.0
@@ -48,12 +48,12 @@ library
4848
, yaml >=0.11 && <1
4949
default-language: Haskell2010
5050

51-
executable simple
51+
executable example
5252
main-is: Main.hs
5353
other-modules:
5454
Paths_rollbar_client
5555
hs-source-dirs:
56-
examples/simple
56+
example
5757
ghc-options: -threaded -rtsopts -with-rtsopts=-N
5858
build-depends:
5959
base >=4.12 && <5
File renamed without changes.

rollbar-wai/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ library:
3535
- wai-extra >= 3.0 && < 4
3636

3737
executables:
38-
warp:
39-
source-dirs: examples/warp
38+
example:
39+
source-dirs: example
4040
main: Main.hs
4141
ghc-options:
4242
- -threaded

rollbar-wai/rollbar-wai.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 10f262212c1d1c195f83f20b97a2a6b843bc966675c0f00bd8039fc291a806d5
7+
-- hash: 72b348349d30a4db9195059fcbc52cfd70bfa4a150bb1423c7039325eff39e78
88

99
name: rollbar-wai
1010
version: 0.1.0
@@ -48,12 +48,12 @@ library
4848
, wai-extra >=3.0 && <4
4949
default-language: Haskell2010
5050

51-
executable warp
51+
executable example
5252
main-is: Main.hs
5353
other-modules:
5454
Paths_rollbar_wai
5555
hs-source-dirs:
56-
examples/warp
56+
example
5757
ghc-options: -threaded -rtsopts -with-rtsopts=-N
5858
build-depends:
5959
base >=4.12 && <5

0 commit comments

Comments
 (0)