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:
Joey Hess 2022-02-25 13:16:36 -04:00
parent 51c528980c
commit 952664641a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
12 changed files with 13 additions and 9 deletions

View file

@ -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,