From 723a7840a9926c56787496e206ac551171fae6ba Mon Sep 17 00:00:00 2001 From: Shockk Date: Sun, 21 Aug 2016 11:36:33 +0100 Subject: [PATCH] Mark portability correctly; export StorePolar (#19) --- src/Polar/Storage.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Polar/Storage.hs b/src/Polar/Storage.hs index bd73a4b..1969363 100644 --- a/src/Polar/Storage.hs +++ b/src/Polar/Storage.hs @@ -9,13 +9,14 @@ Copyright : (c) 2016 David Farrell License : Apache-2.0 Stability : unstable - Portability : portable + Portability : non-portable (GHC extensions) Engine data storage. -} module Polar.Storage ( Proxy(..) +, StorePolar , store, storeKeyed , mRetrieveP, mRetrieveKeyedP, retrieveP, retrieveKeyedP, retrieveAllP , mRetrieve, mRetrieveKeyed, retrieve, retrieveKeyed, retrieveAll