We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a268e4e commit 0ef76cfCopy full SHA for 0ef76cf
.gitignore
@@ -4,6 +4,7 @@ dist-newstyle
4
.cabal-sandbox/
5
cabal.sandbox.config
6
.stack-work/
7
+.stack-work-bench/
8
9
*.o
10
*.hi
stack-bench.yaml
@@ -1,10 +1,13 @@
1
resolver: lts-8.5
2
-packages:
3
# We use aeson in the snapshot to
# - avoid recompilation of criterion
# - compare against it
-
# - '.'
+#
+# Also we use separate working directory to avoid "unregistering aeson"
+# caused recompilations
+work-dir: .stack-work-bench
+packages:
11
- benchmarks
12
extra-deps:
13
- aeson-1.2.1.0
0 commit comments