diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-02-22 16:57:19 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-02-22 16:57:19 -0400 |
commit | 0193f308a63454a825cee0ce363066275f65b86a (patch) | |
tree | ed7731c614e615505c4fce8fdca027349e1299e9 /Database | |
parent | ac214984fd90d6b5ba39ad4beab5d11aa4c092cc (diff) |
generated TH uses forall
Diffstat (limited to 'Database')
-rw-r--r-- | Database/Fsck.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Database/Fsck.hs b/Database/Fsck.hs index 582fdb3d6..bf0c72f6d 100644 --- a/Database/Fsck.hs +++ b/Database/Fsck.hs @@ -8,6 +8,7 @@ {-# LANGUAGE QuasiQuotes, TypeFamilies, TemplateHaskell #-} {-# LANGUAGE OverloadedStrings, GADTs, FlexibleContexts #-} {-# LANGUAGE MultiParamTypeClasses, GeneralizedNewtypeDeriving #-} +{-# LANGUAGE RankNTypes #-} module Database.Fsck ( FsckHandle, |