aboutsummaryrefslogtreecommitdiff
path: root/Database/Keys/SQL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Database/Keys/SQL.hs')
-rw-r--r--Database/Keys/SQL.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Database/Keys/SQL.hs b/Database/Keys/SQL.hs
index 77c1e4429..23a555554 100644
--- a/Database/Keys/SQL.hs
+++ b/Database/Keys/SQL.hs
@@ -1,6 +1,7 @@
{- Sqlite database of information about Keys
-
- Copyright 2015-2016 Joey Hess <id@joeyh.name>
+ - Copyright 2022 Benjamin Barenblat <bbarenblat@gmail.com>
-
- Licensed under the GNU GPL version 3 or higher.
-}
@@ -8,7 +9,9 @@
{-# LANGUAGE QuasiQuotes, TypeFamilies, TemplateHaskell #-}
{-# LANGUAGE OverloadedStrings, GADTs, FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses, GeneralizedNewtypeDeriving #-}
-{-# LANGUAGE RankNTypes, ScopedTypeVariables #-}
+{-# LANGUAGE RankNTypes, ScopedTypeVariables, DerivingStrategies #-}
+{-# LANGUAGE StandaloneDeriving, UndecidableInstances, DataKinds #-}
+{-# LANGUAGE FlexibleInstances #-}
module Database.Keys.SQL where