eta-hackage
eta-hackage copied to clipboard
A set of patches to make Hackage compatible with the Eta language.
In Eta, this code `matchRegexAll (mkRegex "[0-9]+") "123"` returns `Just ("","123","",[])`. But in GHCi, the same code returns `Just ("","123","",["123"])`. I was using regex-compat with version "0.95.1".
I am attempting to incorporate Duckling project with eta but am running into some dependency issues. My main goal is to eventually use Duckling (Haskell) in an Android application. I...
I get the following error when trying to build reflex for an Etlas project. I am quite new to this, could you help me figure out if a patch is...
A patch is needed in order to use [Pandoc](http://hackage.haskell.org/package/pandoc) with Eta. The latest release (2.5), as well as other releases since 1.8, has a dependency on unix (>=2.4 &&
Both packages fail the xltest both of which create an insanely large (lazy) input to hash. It was observed that the Eta process quickly went from 1.0GB -> 2.0GB memory...
Hi I can't install regex-posix, the output is as blow. $ etlas install regex-posix Resolving dependencies... Found patch in eta-hackage for regex-posix-0.95.2 Configuring regex-posix-0.95.2... Building regex-posix-0.95.2... Failed to install regex-posix-0.95.2...
The basement package has some functionality that relies on the pinned status of a ByteArray. We should implement those primops and make it work eventually.
A lot of the foreign calls in the foundation package were stubbed out since most of that functionality probably wasn't going to be used. We should gradually implement those as...