Nathan Sorenson

Results 4 issues of Nathan Sorenson

If a project's .cabal has `Build-type: Custom` the package will fail to install and give misleading errors like: ``` hastec: Failed to load interface for `Data.Time.Calendar.Gregorian' no package matching `time-1.4.0.1'...

haste-inst/boot

For example: ``` module Main where import Haste {-# ANN module "Some Annotation" #-} main = do writeLog $ "hello" ``` when building gives: ``` $ hastec --start=asap Main.hs hastec:...

I found having the option to tween the multiply-r,g,b, values useful. Thought I'd share!

Disclaimer, I'm extremely new to Haxe! It seems "find" can't coerce its return value to a Maybe. Without this change I get this error: /usr/lib/haxe/lib/goodies/0,2,1/goodies/Func.hx:282: characters 15-18 : find.S should...