valderman / selda

A type-safe, high-level SQL library for Haskell
https://selda.link
MIT License
478 stars 58 forks source link

fix: build with mtl 2.3 and ghc 9.6 #188

Open guibou opened 1 year ago

guibou commented 1 year ago

That's only import fixs, some symbol from base are not reexported by mtl anymore. This commit uses the version from base instead.

guibou commented 1 year ago

Duplicate of #189 ?

dhess commented 1 year ago

Can we get this merged, please?

ghost commented 2 months ago

up