2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message: Bump all Haskell packages after switching the default compiler. |
2025-01-30 15:51:59 by Masatake Daimon | Files touched by this commit (3) | ![]() |
Log message: www/hs-http-api-data: update to http-api-data-0.6.1 0.6.1 * Require at least GHC-8.6 * Support `cookie-0.5.0`, see \ [#137](https://github.com/fizruk/http-api-data/pull/137). Note that `cookie-0.5.0`'s parser now removes double quotes around cookie values. |
2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
2024-05-02 06:09:37 by Masatake Daimon | Files touched by this commit (2) |
Log message: www/hs-http-api-data: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. |
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message: Revbump all Haskell after updating lang/ghc96 |
2023-10-30 10:24:44 by Masatake Daimon | Files touched by this commit (4) |
Log message: www/hs-http-api-data: Update to 0.6 0.6 * Use text-iso8601 to parse and serialise time types. (Instead of attoparsec-iso8601). Due this change some formats are slightly changed: - Space between timezone is not accepted - Timezone offset can be between -23:59..23:59 - Timezone offset is output with colon between hours and minutes * Require at least GHC-8.2 |
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message: Bump Haskell packages after updating lang/ghc94 |
2023-01-28 20:59:27 by Masatake Daimon | Files touched by this commit (5) |
Log message: www/hs-http-api-data: import hs-http-api-data-0.5 This package defines typeclasses used for converting Haskell data types to and from HTTP API data. |