Skip to content

Commit

Permalink
Resolve dependency breakage
Browse files Browse the repository at this point in the history
Got this error when building the project:
```
Configuring semigroupoids-5.0.1...
setup: At least the following dependencies are missing:
tagged >=0.8.5 && <1 && ==0.8.3
```

This was caused by a revision done to some old Stackage releases:
ekmett/semigroupoids#71
commercialhaskell/stackage#3185

It is fixed by relaxing the dependency constraints a bit as suggested
by @ekmett.
  • Loading branch information
banacorn committed May 19, 2018
1 parent d9f0771 commit 8c4bcd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ packages:
- '.'
extra-deps: []
resolver: lts-5.2
allow-newer: true

0 comments on commit 8c4bcd9

Please sign in to comment.