Hopefully this is loose enough. Tested by updating to latest nightly resolver in
the stack.yml file, then:
```
stack build
bin/test
bin/lint
bin/docvim -h
```
For additional context:
https://www.fpcomplete.com/blog/2014/05/lenient-lower-bounds
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base >=4.8 && <4.9
+ build-depends: base >=4.8
, docvim
ghc-options: -W -Wall
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration/
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
-resolver: lts-6.3
+resolver: nightly-2016-06-15
# Local packages, usually specified by relative directory name
packages: