Skip to content

Commit

Permalink
Mark portability correctly; export StorePolar (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-sky authored Aug 21, 2016
1 parent 1a75a82 commit 723a784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Polar/Storage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 723a784

Please sign in to comment.