summaryrefslogtreecommitdiff
path: root/Database/Keys/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Database/Keys/Types.hs')
-rw-r--r--Database/Keys/Types.hs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Database/Keys/Types.hs b/Database/Keys/Types.hs
deleted file mode 100644
index 3fabafcf2..000000000
--- a/Database/Keys/Types.hs
+++ /dev/null
@@ -1,14 +0,0 @@
-{- 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