I am using "persistent" for database access in Haskell. However in my domain model I have used the Dense data type from safe-money (
https://hackage.haskell.org/package/safe-money) as the money datatype. It looks like this data type is not supported by default in persistent. Is there a way around ?
Thanks in advance.