Commit graph

8 commits

Author SHA1 Message Date
pho
0033cf31c7 Revbump all Haskell after updating lang/ghc96 2023-11-02 06:36:09 +00:00
pho
627110c2e6 lang/hs-hslua-marshalling: Update to 2.3.0
hslua-marshalling-2.3.0 - Released 2023-03-13.
* Result is now an instance of MonadFail.
* New peeker and pusher functions for NonEmpty.
* Peeker combinators for optional values: The new combinators peekNilOr,
  peekNoneOr, and peekNoneOrNil can be used to retrieve optional values.
2023-10-28 20:10:44 +00:00
pho
2bb4b9863a Bump Haskell packages after updating lang/ghc94 2023-10-09 04:54:01 +00:00
pho
ab87d665e4 revbump all the Haskell packages after modifying the runtime system of lang/ghc94 2023-02-07 01:40:22 +00:00
pho
b4ef5ae5f6 lang/hs-hslua-marshalling: Update to 2.2.1
hslua-marshalling-2.2.1 - Released 2022-06-19
* Require hslua-core-2.2.1.
* Relax upper bound for mtl, allow mtl-2.3.

hslua-marshalling-2.2.0 - Released 2022-02-19
* Result is now an instance of Foldable and Traversable. Both Result and
  Peek are made instances of MonadPlus.
* Require hslua-core-2.2.0.
2023-01-25 16:23:22 +00:00
pho
eda754ca5a Bump all Haskell packages after enabling "split sections" in mk/haskell.mk 2022-02-26 03:57:43 +00:00
pho
dc3a63e008 revbump after changing the default Haskell compiler 2022-02-12 08:50:25 +00:00
pho
979f866476 lang/hs-hslua-marshalling: import hs-hslua-marshalling-2.1.0
Provides functions to marshal values from Haskell to Lua, and vice versa.

This package is part of HsLua, a Haskell framework built around the
embeddable scripting language Lua.
2022-02-11 12:05:02 +00:00