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:
Greg Hurrell 2016-06-25 23:34:11 -07:00 committed by GitHub
parent b4055188c0
commit 4beb79a4be

View File

@ -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