mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 15:58:32 +01:00
Remove docvim constraint
The issue (https://github.com/fpco/stackage/issues/1648) is fixed by e47358de95 which is in the 0.3.2.1 release.
Tested with:
```
$ cabal update
$ cabal get docvim-0.3.2.0
$ cd docvim-0.3.2.0
$ stack --resolver nightly init
$ stack test # repro failure
$ # apply fix
$ stack test # see failure is no more
```
This commit is contained in:
parent
b4055188c0
commit
4beb79a4be
@ -2401,9 +2401,6 @@ packages:
|
||||
# https:/github.com/fpco/stackage/issues/1645
|
||||
- semigroups < 0.18.2
|
||||
|
||||
# https://github.com/fpco/stackage/issues/1648
|
||||
- docvim < 0.3.2.0
|
||||
|
||||
# end of packages
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user