git.wincent.com
/
docvim.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03054ff
)
Reintroduce base upper bound, but make it more lenient
author
Greg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:37:52 +0000
(
00:37
-0700)
committer
Greg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:37:52 +0000
(
00:37
-0700)
Because `cabal check` informs me that Hackage would reject it.
docvim.cabal
patch
|
blob
|
history
diff --git
a/docvim.cabal
b/docvim.cabal
index 43ba16fa080a7b5653c9eea3ca7ebe6634faef21..728816252d301df44f6ac8f8d6636e05b0d096a8 100644
(file)
--- a/
docvim.cabal
+++ b/
docvim.cabal
@@
-68,7
+68,7
@@
executable docvim
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base >=4.8
+ build-depends: base >=4.8
&& <4.10
, docvim
ghc-options: -W -Wall