Skip to content

Commit

Permalink
Fix stack compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonic committed May 12, 2016
1 parent 4124881 commit b1529f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bench/cereal-bench.cabal
Expand Up @@ -25,3 +25,4 @@ executable cereal-bench
, bytestring >= 0.9
, criterion
, binary >= 0.5
, fail
2 changes: 1 addition & 1 deletion stack.yaml
Expand Up @@ -9,7 +9,7 @@ packages:
- bench/

# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps: []
extra-deps: [fail-4.9.0.0]

# Override default flag values for local packages and extra-deps
flags: {}
Expand Down

0 comments on commit b1529f8

Please sign in to comment.