turn of PackageImports in cabal file
This makes it easier to build eg benchmarks of individual modules. May be that most of these PackageImports are not really necessary, dunno.
This commit is contained in:
parent
51c528980c
commit
952664641a
12 changed files with 13 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
- Licensed under the GNU AGPL version 3 or higher.
|
||||
-}
|
||||
|
||||
{-# LANGUAGE FlexibleContexts, ScopedTypeVariables #-}
|
||||
{-# LANGUAGE FlexibleContexts, ScopedTypeVariables, PackageImports #-}
|
||||
|
||||
module Remote.Helper.Encryptable (
|
||||
EncryptionIsSetup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue