From 4beb79a4be3f80e3874b9d96a8e4500c20af5484 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Sat, 25 Jun 2016 23:34:11 -0700 Subject: [PATCH] Remove docvim constraint The issue (https://github.com/fpco/stackage/issues/1648) is fixed by https://github.com/wincent/docvim/commit/e47358de959d3d88f647db782da3550050cbf8f5 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 ``` --- build-constraints.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1ee0e9c9..9c24b51b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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