Skip to content

Commit

Permalink
Pin semigroupoids to revision zero, fixing issue #6
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzcode committed Apr 27, 2018
1 parent 6d97472 commit d6e04ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ packages:
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps:
- threepenny-gui-0.8.0.0
# Pin semigroupiods to its original revision. This is a fix for this nasty issue:
#
# https://github.com/blitzcode/hue-dashboard/issues/6
# https://github.com/ekmett/semigroupoids/issues/71
#
# Alternatively, this can be used to allow the dependency change:
#
# allow-newer: true
- semigroupoids-5.0.1@rev:0

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

0 comments on commit d6e04ab

Please sign in to comment.