freebsd-ports/devel/hs-PSQueue/files/patch-Data_PSQueue.hs
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

11 lines
278 B
Haskell

--- Data/PSQueue.hs.orig 2018-04-19 15:27:45 UTC
+++ Data/PSQueue.hs
@@ -62,7 +62,7 @@ module Data.PSQueue
, foldl
) where
-import Prelude hiding (lookup,null,foldl,foldr)
+import Prelude hiding (lookup,null,foldl,foldr,(<>))
import qualified Prelude as P
{-