freebsd-ports/devel/hs-vector-binary-instances/files/patch-vector-binary-instances.cabal
Tobias C. Berner fff1aa535b Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* 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
2018-05-25 21:44:12 +00:00

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