Re: Compiling natively GHC for ARMv7l softabi

2017-10-21 Thread shiftag
October 21, .00µ2017 2:.00ÿ3 PM, shif...@nanotek.info wrote: > October 19, > .00µ2017 >

Wildcards in HsTypes

2017-10-21 Thread Alan & Kim Zimmerman
It seems to me that HsWildCardInfo is unnecessary. It is defined as newtype HsWildCardInfo pass -- See Note [The wildcard story for types] = AnonWildCard (PostRn pass (Located Name)) -- A anonymous wild card ('_'). A fresh Name is generated for -- each individual anonymous

Building on limited memory environments (or does -M really work?)

2017-10-21 Thread Saurabh Nanda
Hi, We're struggling to get our build pipeline working on CircleCI, which has a 4GB RAM limit. Here are some project stats to set the context: - 1,200+ modules - 36,315 LoC of Haskell - On the local machine with -O1 -j the build takes approx 5.2 GB of RAM [1] Trying to build on CircleCI with

Re: Compiling natively GHC for ARMv7l softabi

2017-10-21 Thread shiftag
October 19, .00µ2017 7:.00µ34 PM, shif...@nanotek.info wrote: > October 19, > .00µ2017 >