Kunle Arewa

Results 4 issues of Kunle Arewa

`Text.Blaze.Html5.Attributes` does not export `minlength`

This is most probably a question but is there any way to select the target `SublimeHaskell` will build with stack. I have this situation ```yaml library: source-dirs: src exposed-modules: -...

I know this situation might not be general. So I extended `beicon.core/Observable` to implement the `IFn` interface. But this led to problems in the arrangement of my arguments when using...

enhancement

**Expected Behaviour** ```haskell [yesh| -- name: getMytable :: () select *, now() - '1 hour ago'::interval from mytable; |] ``` should generate ```sql select *, now() - '1 hour ago'::interval...