diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2019-05-09 14:39:30 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2019-05-09 14:39:30 +0000 |
commit | 6dc2e22e2d89226195d89002a02b431dee6e0e67 (patch) | |
tree | 9a88fb63bb22aa2eb4215ec6bb8c45c1aaa2ce61 /www/hs-yesod-bin/files/patch-yesod-bin.cabal | |
parent | Prepare for the pending removal of ispec from GENERIC, making sure (diff) |
Introduce USES=cabal and use it to build Haskell applications.
PR: 230186
Reviewed by: mat, tcberner
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19730
Diffstat (limited to 'www/hs-yesod-bin/files/patch-yesod-bin.cabal')
-rw-r--r-- | www/hs-yesod-bin/files/patch-yesod-bin.cabal | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/www/hs-yesod-bin/files/patch-yesod-bin.cabal b/www/hs-yesod-bin/files/patch-yesod-bin.cabal index 013dc826119b..c96db4007b05 100644 --- a/www/hs-yesod-bin/files/patch-yesod-bin.cabal +++ b/www/hs-yesod-bin/files/patch-yesod-bin.cabal @@ -1,11 +1,21 @@ --- yesod-bin.cabal.orig 2018-05-13 12:13:32 UTC +++ yesod-bin.cabal -@@ -43,7 +43,7 @@ executable yesod +@@ -1,5 +1,6 @@ + name: yesod-bin + version: 1.6.0.3 ++x-revision: 4 + license: MIT + license-file: LICENSE + author: Michael Snoyman <michael@snoyman.com> +@@ -43,9 +44,9 @@ executable yesod , zlib >= 0.5 , tar >= 0.4 && < 0.6 , unordered-containers - , yaml >= 0.8 && < 0.9 + , yaml >= 0.8 && < 0.12 , optparse-applicative >= 0.11 - , fsnotify >= 0.0 && < 0.3 +- , fsnotify >= 0.0 && < 0.3 ++ , fsnotify >= 0.0 && < 0.4 , split >= 0.2 && < 0.3 + , file-embed + , conduit >= 1.3 |