aboutsummaryrefslogtreecommitdiff
path: root/Database/Fsck.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Database/Fsck.hs')
-rw-r--r--Database/Fsck.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Database/Fsck.hs b/Database/Fsck.hs
index 1ce513dcf..f2fe1acf6 100644
--- a/Database/Fsck.hs
+++ b/Database/Fsck.hs
@@ -1,6 +1,7 @@
{- Sqlite database used for incremental fsck.
-
- Copyright 2015 Joey Hess <id@joeyh.name>
+ - Copyright 2022 Benjamin Barenblat <bbarenblat@gmail.com>
-:
- Licensed under the GNU GPL version 3 or higher.
-}
@@ -8,7 +9,8 @@
{-# LANGUAGE QuasiQuotes, TypeFamilies, TemplateHaskell #-}
{-# LANGUAGE OverloadedStrings, GADTs, FlexibleContexts #-}
{-# LANGUAGE MultiParamTypeClasses, GeneralizedNewtypeDeriving #-}
-{-# LANGUAGE RankNTypes #-}
+{-# LANGUAGE RankNTypes, DerivingStrategies, StandaloneDeriving #-}
+{-# LANGUAGE UndecidableInstances, DataKinds, FlexibleInstances #-}
module Database.Fsck (
FsckHandle,