-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www/hs-yesod-form: update to yesod-form-1.7.9
## 1.7.9 * Added `checkboxesField'` for creating checkbox in more correct way than original `checkboxesField` Function `checkboxesField` marked as deprecated. [#1843](yesodweb/yesod#1843) ## 1.7.8 * Added `radioField'` for creating radio button in more correct way than original `radioField`. Function `radioField` marked as deprecated. [#1842](yesodweb/yesod#1842) ## 1.7.7 * Added `optionsFromList'` to create an OptionList from a List, using the PathPiece instance for the external value and a custom function for the user-facing value. Also added `optionsEnum'` to create an OptionList from an enumeration [#1828](yesodweb/yesod#1828)
- Loading branch information
1 parent
fdfa25d
commit 714295c
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2024/05/09 01:32:57 pho Exp $ | ||
# $NetBSD: Makefile,v 1.4 2025/02/02 03:29:51 pho Exp $ | ||
|
||
DISTNAME= yesod-form-1.7.6 | ||
PKGREVISION= 2 | ||
DISTNAME= yesod-form-1.7.9 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2023/11/01 02:57:11 pho Exp $ | ||
$NetBSD: distinfo,v 1.2 2025/02/02 03:29:51 pho Exp $ | ||
|
||
BLAKE2s (yesod-form-1.7.6.tar.gz) = 3a705aa0569e9cff5dae09bd9daf1a81d6a86aad46e075d974cb8978c709e262 | ||
SHA512 (yesod-form-1.7.6.tar.gz) = 61aeecc699cccd33b4761cea3d82faa294ad3cafe027142f617fbbb6e01e911c05396e1f7224ab9a4d4bacf80706737a936d952dad82c5efa1474016ff2c650e | ||
Size (yesod-form-1.7.6.tar.gz) = 36504 bytes | ||
BLAKE2s (yesod-form-1.7.9.tar.gz) = 89b734660fd713a6fa67e89ec2365a37b2e78daffae61e594a23507e164ba6b8 | ||
SHA512 (yesod-form-1.7.9.tar.gz) = 7aecd4d38b3f3297c6c0c9390b99e50e2bf6838b90e51be81e4e041c9a3aac1794cfd62065b9ced2e58e1e3e57435b22bebc88d64d144356069e2cab7eb24ea7 | ||
Size (yesod-form-1.7.9.tar.gz) = 37803 bytes |