-
I think that the operator
> +> should have type (Pipe a b m r1)-> (Pipe b c m r2) -> (Pipe a c m r2)
> and likewise for the other compose operations. Otherwise the pipe types are too rigid I think.…
-
I get the following when running `cabal-dev install` on a newly created yesod project:
```
Resolving dependencies...
cabal: cannot configure yesod-platform-1.0.2. It requires blaze-html ==0.5.0.0
For…
Jell updated
12 years ago
-
The `find-conflicts` utility reports plenty of dependency conflicts in habs (and consequently in AUR). Because of the sheer size of that list, I haven't been able to verify each and every one of those…
peti updated
13 years ago
-
Working on top of the current form widget, it would be great to be able to generate a form the model fields and save the form back to the model in the db. It would be great if the field types had a de…