Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify Text.Digestive.Forms.Happstack to use [Input] instead of Input #11

Merged
merged 1 commit into from May 2, 2011

Conversation

stepcut
Copy link
Contributor

@stepcut stepcut commented May 2, 2011

Hello,

I noticed in git that you changed FormInput to have getInputStrings and getInputTexts. I am not sure why you did this, but I highly approve. In order to support ..., I need to be able to get back multiple results that all have the same key name (eg, foo=1&foo=3).

This is now possible with the getInputStrings function. However in order to exploit that, the Happstack module needs to work with [Input] instead of Input.

So that is what this patch does.

This breaks compatibility with the old digestive-functors-happstack, so according to the package version policy I should bump the version from 0.0.2.1 to 0.1.0.0. But you don't seem to be following the policy so I will leave the version numbering up to you.

http://www.haskell.org/haskellwiki/Package_versioning_policy

It would great to have a new release on hackage..

… This is needed to support multiple select. It also makes it easier to support checkboxes.
jaspervdj added a commit that referenced this pull request May 2, 2011
modify Text.Digestive.Forms.Happstack to use [Input] instead of Input
@jaspervdj jaspervdj merged commit 3bd2af9 into jaspervdj:master May 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants