Commit 0ee9f49a authored by root's avatar root
Browse files

Fix exports

parent 21f6f16e
No related merge requests found
Pipeline #106 failed with stages
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
{-# LANGUAGE PolyKinds #-} {-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeOperators #-} {-# LANGUAGE TypeOperators #-}
module Polysemy.FSKVStore ( module Polysemy.FSKVStore (
runFSKVStoreRelBS FSKVStore
, runFSKVStoreRelBS
, runFSKVStoreAbsBS , runFSKVStoreAbsBS
, runFSKVStoreRelUtf8 , runFSKVStoreRelUtf8
, runFSKVStoreAbsUtf8 , runFSKVStoreAbsUtf8
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment