head 1.2; access; symbols pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2025.01.30.08.40.00; author pho; state dead; branches; next 1.1; commitid xWgaeo2higreduHF; 1.1 date 2024.05.05.05.58.34; author pho; state Exp; branches; next ; commitid wtQQHU8QRZ5WZL8F; desc @@ 1.2 log @converters/hs-microaeson: update to microaeson-0.1.0.2 ### 0.1.0.2 _Andreas Abel, 2024-06-25_ - Drop support for GHC 7. - Tested with GHC 8.0 - 9.10. @ text @$NetBSD: patch-microaeson.cabal,v 1.1 2024/05/05 05:58:34 pho Exp $ Can't use ${HASKELL_UNRESTRICT_DEPENDENCIES} because these constraints are multilined. --- microaeson.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ microaeson.cabal @@@@ -57,16 +57,14 @@@@ library build-depends: array ^>= 0.5.1.0 , base >= 4.8.0.0 && < 5 - , bytestring ^>= 0.10.6.0 - || ^>= 0.11.1.0 + , bytestring , containers ^>= 0.5.6.2 || ^>= 0.6.0.1 - , deepseq ^>= 1.4.1.1 + , deepseq , fail ^>= 4.9.0.0 - , text ^>= 1.2.2.2 - || ^>= 2.0 + , text - build-tool-depends: alex:alex ^>= 3.2.0 + build-tool-depends: alex:alex ghc-options: -Wall @ 1.1 log @converters/hs-microaeson: import hs-microaeson-0.1.0.1 microaeson aims to provide a RFC 8259 compliant JavaScript Object Notation (JSON) implementation. The microaeson package provides a smaller subset of the aeson API with less dependencies and a simpler implementation. The API is designed in such a way to allow to easily convert client code written against microaeson's API to use the full aeson API. @ text @d1 1 a1 1 $NetBSD$ @