]> git.wincent.com - docvim.git/commitdiff
Reintroduce base upper bound, but make it more lenient
authorGreg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:37:52 +0000 (00:37 -0700)
committerGreg 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

index 43ba16fa080a7b5653c9eea3ca7ebe6634faef21..728816252d301df44f6ac8f8d6636e05b0d096a8 100644 (file)
@@ -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