-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathoverseer.rc
More file actions
28 lines (27 loc) · 905 Bytes
/
Copy pathoverseer.rc
File metadata and controls
28 lines (27 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#- patterns:
# - .*\.hs$
# - .*\.cabal$
# commands:
# - stack test --trace --fast --ghc-options="-fprof-cafs -fprof-auto"
## - stack exec varying-example -- +RTS -p -hc -sstderr
## - ./pack-profiling.sh
# - hlint \0
# These are for adding new features
- patterns:
- \[^#\]*\.l?hs$
- \[^#\]*\.cabal
- \[^#\]*stack\.yaml$
commands:
- stack test --trace --fast
# These are for preparing for a stackage release
#- patterns:
# - .*\.l?hs$
# - .*\.cabal
# - .*stack\.yaml$
# commands:
# #- stack --resolver lts-1 --install-ghc test --fast # for ghc 7.6
# #- stack --resolver lts-2 --install-ghc test --fast # for ghc 7.8
# #- stack --resolver lts-3 --install-ghc test --fast # for ghc 7.10.2
# #- stack --resolver lts-5 --install-ghc test --fast # for ghc 7.10.3
# #- stack --resolver nightly --install-ghc test --fast
# #- stack build --fast --stack-yaml=stack80-ghcjs.yaml