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,6 +5,8 @@
|
|||
- License: BSD-2-clause
|
||||
-}
|
||||
|
||||
{-# LANGUAGE PackageImports #-}
|
||||
|
||||
module Utility.AuthToken (
|
||||
AuthToken,
|
||||
toAuthToken,
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
- License: BSD-2-clause
|
||||
-}
|
||||
|
||||
{-# LANGUAGE PackageImports #-}
|
||||
|
||||
module Utility.Base64 where
|
||||
|
||||
import Utility.FileSystemEncoding
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
- License: BSD-2-clause
|
||||
-}
|
||||
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE BangPatterns, PackageImports #-}
|
||||
|
||||
module Utility.Hash (
|
||||
sha1,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
- License: BSD-2-clause
|
||||
-}
|
||||
|
||||
{-# LANGUAGE OverloadedStrings, CPP, RankNTypes #-}
|
||||
{-# LANGUAGE OverloadedStrings, CPP, RankNTypes, PackageImports #-}
|
||||
|
||||
module Utility.WebApp (
|
||||
browserProc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue