ports/devel/hs-haskell-src-meta/files/patch-haskell-src-meta.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

16 lines
635 B
Text

--- haskell-src-meta.cabal.orig 2018-04-28 16:25:53 UTC
+++ haskell-src-meta.cabal
@@ -17,11 +17,11 @@ description: The translation from haskell-src-e
extra-source-files: ChangeLog README.md examples/*.hs
library
- build-depends: base >= 4.6 && < 4.11,
+ build-depends: base >= 4.6 && < 4.12,
haskell-src-exts >= 1.18 && < 1.21,
pretty >= 1.0 && < 1.2,
syb >= 0.1 && < 0.8,
- template-haskell >= 2.8 && < 2.13,
+ template-haskell >= 2.8 && < 2.14,
th-orphans >= 0.9.1 && < 0.14
if impl(ghc < 7.8)