forked from Lainports/freebsd-ports
* Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
10 lines
307 B
Text
10 lines
307 B
Text
--- vector-binary-instances.cabal.orig 2018-04-11 12:56:40 UTC
|
|
+++ vector-binary-instances.cabal
|
|
@@ -50,7 +50,7 @@ Library
|
|
|
|
-- Packages needed in order to build this package.
|
|
Build-depends:
|
|
- base > 3 && < 4.11,
|
|
+ base > 3 && < 4.12,
|
|
vector >= 0.6 && < 0.13,
|
|
binary >= 0.5 && < 0.10
|