Skip to content

Commit db93df2

Browse files
committed
add gh
1 parent 99b2c31 commit db93df2

1 file changed

Lines changed: 38 additions & 34 deletions

File tree

hwm.yaml

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
11
# hash: 11fa4b88d5fcf0a18e65f141eae5bc02778cf38706b4189eb037201f6c4ad62b
22
name: morpheus-graphql
33
version: 0.28.5
4+
github: morpheusgraphql/morpheus-graphql
45
workspace:
56
examples:
67
dir: examples
78
members:
8-
- yesod-pubsub
9-
- servant
10-
- scotty-haxl
11-
- scotty-freer-simple
12-
- scotty-fraxl
13-
- code-gen-docs
14-
- scotty
15-
- code-gen
16-
- client
17-
- subscription-extpubsub
9+
- yesod-pubsub
10+
- servant
11+
- scotty-haxl
12+
- scotty-freer-simple
13+
- scotty-fraxl
14+
- code-gen-docs
15+
- scotty
16+
- code-gen
17+
- client
18+
- subscription-extpubsub
1819
helpers:
1920
dir: helpers
2021
members:
21-
- benchmarks
22+
- benchmarks
2223
libs:
2324
members:
24-
- app
25-
- code-gen-utils
26-
- server
27-
- tests
28-
- core
29-
- subscriptions
30-
- code-gen
31-
- client
32-
- .
25+
- app
26+
- code-gen-utils
27+
- server
28+
- tests
29+
- core
30+
- subscriptions
31+
- code-gen
32+
- client
33+
- .
3334
prefix: morpheus-graphql
3435
environments:
3536
builder: stack
@@ -38,10 +39,10 @@ environments:
3839
latest:
3940
ghc: 9.10.3
4041
exclude:
41-
- examples/scotty-fraxl
42-
- examples/scotty-freer-simple
43-
- examples/scotty-haxl
44-
- examples/subscription-extpubsub
42+
- examples/scotty-fraxl
43+
- examples/scotty-freer-simple
44+
- examples/scotty-haxl
45+
- examples/subscription-extpubsub
4546
stack:
4647
resolver: lts-24.25
4748
allow-newer: true
@@ -53,7 +54,7 @@ environments:
5354
legacy:
5455
ghc: 8.4.4
5556
exclude:
56-
- examples/subscription-extpubsub
57+
- examples/subscription-extpubsub
5758
stack:
5859
resolver: lts-12.26
5960
extra-deps:
@@ -78,7 +79,7 @@ environments:
7879
maintenance:
7980
ghc: 8.10.7
8081
exclude:
81-
- examples/subscription-extpubsub
82+
- examples/subscription-extpubsub
8283
stack:
8384
resolver: lts-18.10
8485
extra-deps:
@@ -93,10 +94,10 @@ environments:
9394
stable:
9495
ghc: 9.6.6
9596
exclude:
96-
- examples/scotty-fraxl
97-
- examples/scotty-freer-simple
98-
- examples/scotty-haxl
99-
- examples/subscription-extpubsub
97+
- examples/scotty-fraxl
98+
- examples/scotty-freer-simple
99+
- examples/scotty-haxl
100+
- examples/subscription-extpubsub
100101
stack:
101102
extra-deps:
102103
attoparsec-aeson: 2.1.0.0
@@ -158,15 +159,18 @@ release:
158159
morpheus: libs/code-gen:morpheus
159160
publish:
160161
main:
161-
- libs
162+
- libs
162163
scripts:
163164
build: stack build --fast
164165
clean: find . -name "*.cabal" -exec rm -rf {} \; && stack clean
165-
format: curl -fsSL "https://raw.githubusercontent.com/nalchevanidze/hwm/main/scripts/format.sh"
166+
format:
167+
curl -fsSL "https://raw.githubusercontent.com/nalchevanidze/hwm/main/scripts/format.sh"
166168
| bash -s
167-
format:fix: curl -fsSL "https://raw.githubusercontent.com/nalchevanidze/hwm/main/scripts/format.sh"
169+
format:fix:
170+
curl -fsSL "https://raw.githubusercontent.com/nalchevanidze/hwm/main/scripts/format.sh"
168171
| bash -s -- --fix
169172
install: stack install
170-
lint: curl -sSL https://raw.githubusercontent.com/ndmitchell/hlint/master/misc/run.sh
173+
lint:
174+
curl -sSL https://raw.githubusercontent.com/ndmitchell/hlint/master/misc/run.sh
171175
| sh -s .
172176
test: stack test {TARGET} --fast

0 commit comments

Comments
 (0)