summaryrefslogtreecommitdiff
path: root/Database/Keys/Types.hs
blob: 3fabafcf25895872fdfc258c61339ffefcb9817d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{- Sqlite database of information about Keys, data types.
 -
 - Copyright 2015 Joey Hess <id@joeyh.name>
 -:
 - Licensed under the GNU GPL version 3 or higher.
 -}

module Database.Keys.Types (
	DbHandle(..)
) where

import qualified Database.Queue as H

newtype DbHandle = DbHandle H.DbQueue