git.wincent.com
/
docvim.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afff4d4
)
Try relaxing lower bound of base dependency to 4.6
author
Greg Hurrell <greg@hurrell.net>
Thu, 16 Jun 2016 15:02:42 +0000
(08:02 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Fri, 17 Jun 2016 05:52:50 +0000
(22:52 -0700)
To see if it fixes some CI failures, or exposes new ones:
https://travis-ci.org/wincent/docvim/builds/
138094055
docvim.cabal
patch
|
blob
|
history
diff --git
a/docvim.cabal
b/docvim.cabal
index c11f61d2a2a1520394ed15fe40b597d94b5e576a..02fe187f32cae2ee393a0f317691006cc8512146 100644
(file)
--- a/
docvim.cabal
+++ b/
docvim.cabal
@@
-219,7
+219,7
@@
executable docvim
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base >=4.
8 && <4.10
+ build-depends: base >=4.
6 && <5
, docvim
ghc-options: -W -Wall